Sendbird Chat SDK for .NET
SbInitParams

Represents a params used in SendbirdChat.Init(). More...

Public Member Functions

 SbInitParams (string inApplicationId, SbLogLevel inLogLevel=SbLogLevel.Warning, string inAppVersion="")
 Parameter constructor More...
 

Properties

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.
 

Detailed Description

Represents a params used in SendbirdChat.Init().

Since
4.0.0

Constructor & Destructor Documentation

◆ SbInitParams()

SbInitParams ( string  inApplicationId,
SbLogLevel  inLogLevel = SbLogLevel.Warning,
string  inAppVersion = "" 
)

Parameter constructor

Parameters
inApplicationIdSendbird Application ID
inLogLevellog level
inAppVersionhost app version