CreateSpaceSettingsBuilder class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addInvitee(String value)
→ void
-
append user id that will be invited to this space
-
build()
→ CreateSpaceSettings
-
-
drop()
→ void
-
Manually drops the object and unregisters the FinalizableHandle.
-
joinRule(String value)
→ void
-
set who can join the space. either public, private, knock, knockrestricted, restricted
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setAlias(String value)
→ void
-
set the alias of space
-
setAvatarUri(String value)
→ void
-
set the avatar uri of space
both remote and local are allowed
-
setName(String value)
→ void
-
set the name of convo
-
setParent(String value)
→ void
-
set the parent of space
if the join rule is restricted or knockrestricted AND a parent is set
the space will be a subspace of the parent space
-
setPermissions(AppPermissionsBuilder value)
→ void
-
set the permissions for apps and events for the space creation
-
setTopic(String value)
→ void
-
set the topic of space
-
setVisibility(String value)
→ void
-
set the space’s visibility to either Public or Private
-
toString()
→ String
-
A string representation of this object.
inherited