ZegoSuperBoardInitConfig class
Properties
-
appID
↔ int
-
Description: Application ID that ZEGOCLOUD issues to developers. Apply it from the ZEGOCLOUD Admin Console.
getter/setter pair
-
appSign
↔ String
-
Description: Application signature of each App ID. Apply it from the ZEGOCLOUD Admin Console.
If the applied signature is a character string (for example, in "a3b4c5d6e7" format), set this character string to appSign. The SDK will automatically parse it.
If the applied signature is a byte array (for example, in 0xa3, 0xb4, 0xc5, 0xd6, 0xe7 format), convert appSign to a character string, such as "0xa3, 0xb4, 0xc5, 0xd6, 0xe7", and set the character string to appSign. The SDK will automatically parse it.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
token
↔ String?
-
Token authentication
getter/setter pair
-
userID
↔ String?
-
User ID
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited