Package com.bandyer.android_sdk.chat

Types

Link copied to clipboard
object CallModuleInitializationException : ChatException

The call module has not been initialized

Link copied to clipboard
open class ChatException(reason: String) : Exception

This exception represents an error that has been received from chat UI.

Link copied to clipboard
object ChatInvalidParametersException : ChatException

Chat launched with invalid parameters

Link copied to clipboard
interface ChatModule : BandyerModule

Module used for text communication.

Link copied to clipboard
object ChatModuleFailedException : ChatException

The chat module has failed

Link copied to clipboard
object ChatModuleInitializationException : ChatException

The chat module has not been initialized

Link copied to clipboard
object ChatNotReadyException : ChatException

The chat is not ready to be loaded

Link copied to clipboard
interface ChatObserver

This class represent a chat status observer which will be notified with chat events in the future.

Link copied to clipboard
object ChatParticipantsSizeException : ChatException

Chat participants size invalid.Must be between 2,2

Link copied to clipboard
interface ChatUIObserver

This class represent a chat UI observer which will be notified when a chat activity event has occurred.