Package-level declarations

Types

Link copied to clipboard
sealed class ChatMyWaySdkException(message: String, cause: Throwable? = null) : RuntimeException

Base class for all exceptions thrown by the Chat My Way SDK.

Link copied to clipboard

Exception thrown when an SDK method is called before the SDK has been configured.

Link copied to clipboard
data class CMWChannelUpdatedEvent(val channelId: String, val uuid: String)

Represents an event indicating that a chat channel has been updated, typically triggered by a Firebase push notification.

Link copied to clipboard
class LocalzChatMyWaySDK(useMemoryCache: Boolean)

The main entry point for the Localz Chat My Way SDK.