androidchatsdk / Notable Classes
Package com.gladly.androidchatsdk.models
Types
| Name | Summary |
|---|---|
| EventInterface | interface EventInterfaceEventInterface is a callback interface that will be invoked by Gladly’s SDK when various events are triggered. General events (See GladAppEvent) are propagated to onEvent, errors are propagated to onError, and messages are directed to onMessageReceived. |
| NotificationConfig | data class NotificationConfigThis customizes the display of the Push Notifications. |
| Settings | data class SettingsThis contains the settings used for configuring Gladly’s Android Chat SDK. |
| GladAppError | enum class GladAppErrorDescribes the various errors that may occur when using this SDK. The error events are sent via EventInterface in the EventInterface.onError method. |
| GladAppEvent | enum class GladAppEventThese are the various Chat events that can occur during runtime. You can register to listen for these events. See EventInterface for more details. |
| UIConfiguration | class UIConfigurationThe UI values that can be configured. |
| UIHeaderConfiguration | class UIHeaderConfigurationUI ServerConfiguration for the Sidekick header. |
| User | data class UserDescribes the Gladly User |