setOptions method
set the option for the Sendbird Chat SDK
option
: the options to set for the SDK.
Implementation
void setOptions(SendbirdChatOptions options) {
SendbirdChat.setOptions(options);
}
set the option for the Sendbird Chat SDK
option
: the options to set for the SDK.
void setOptions(SendbirdChatOptions options) {
SendbirdChat.setOptions(options);
}