SendbirdState class Null safety
Constructors
Properties
- apiHost ↔ String?
-
read / write
- appId ↔ String?
-
read / write
- appInfo ↔ AppInfo?
-
read / write
- appVersion ↔ String?
-
read / write
- connected ↔ bool
-
read / write
- connecting ↔ bool
-
read / write
- currentUser ↔ User?
-
read / write
- hasActiveUser → bool
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- lastConnectedAt ↔ int?
-
read / write
- maxUnreadCountOnSuperGroup ↔ int?
-
read / write
- pushToken ↔ String?
-
read / write
- pushTokenType ↔ PushTokenType?
-
read / write
- reconnectConfig ↔ ReconnectConfiguration?
-
read / write
- reconnecting ↔ bool
-
read / write
- reconnectTask ↔ ReconnectTask?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sessionKey ↔ String?
-
read / write
- token ↔ String?
-
read / write
- unreadCountInfo ↔ UnreadCountInfo
-
read / write
- uploadSizeLimit ↔ int
-
read / write
- userId ↔ String?
-
read / write
- wsHost ↔ String?
-
read / write
Methods
-
cleanUp(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
resetReconnectTask(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited