Companion
object Companion
Functions
Link copied to clipboard
fun create(configuration: SocketFactoryConfiguration?, authorization: Authorization? = null, userName: UserName? = null, developmentMode: Boolean = false, deviceTokenProvider: ChatInstanceProvider.DeviceTokenProvider? = null, logger: Logger = LoggerNoop, customerId: String? = null): ChatInstanceProvider
Create the ChatInstanceProvider singleton. If the ChatInstanceProvider has already been created, this will replace current singleton instance with a new one.
Link copied to clipboard
Fetch the previously created ChatInstanceProvider singleton.