CubeSettings class

Properties

accountKey String?
getter/setter pair
apiEndpoint String
getter/setter pair
applicationId String?
getter/setter pair
authorizationKey String?
getter/setter pair
authorizationSecret String?
getter/setter pair
autoMarkDelivered bool
getter/setter pair
chatDefaultResource String
getter/setter pair
chatEndpoint String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDebugEnabled bool
getter/setter pair
isJoinEnabled bool
getter/setter pair
onSessionRestore ↔ (Future<CubeSession> Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionName String
no setter
whiteboardUrl String
getter/setter pair

Methods

init(String applicationId, String authorizationKey, String authorizationSecret, {Future<CubeSession> onSessionRestore()?}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEndpoints(String apiEndpoint, String chatEndpoint) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance CubeSettings
no setter