Represents a params used in SendbirdChat.Init().
More...
|
|
string | ApplicationId [get] |
| | Sendbird Application ID.
|
| |
|
SbLogLevel | SbLogLevel [get] |
| | The log level for SendbirdChat SDK. Default is [LogLevel.Warning].
|
| |
|
string | AppVersion [get] |
| | The version of the application. The version string will be trimmed if the length is longer than 30.
|
| |
Represents a params used in SendbirdChat.Init().
- Since
- 4.0.0
◆ SbInitParams()
Parameter constructor
- Parameters
-
| inApplicationId | Sendbird Application ID |
| inLogLevel | log level |
| inAppVersion | host app version |