getOptions method

SendbirdChatOptions getOptions()

Retrieve the currently set options for the Sendbird Chat SDK

Retruns the current options of the SDK

Implementation

SendbirdChatOptions getOptions() {
  return SendbirdChat.getOptions();
}