-
Enums Enum Description zendesk.messaging.android.UrlSource In which UI element a URL was displayed to the user when it was clicked.
-
Interfaces Interface Description zendesk.messaging.android.Messaging Public entry point of the SDK. zendesk.messaging.android.SuccessCallback Convenience API to be notified when an asynchronous task is successful. zendesk.messaging.android.FailureCallback Convenience API to be notified when an asynchronous task failed.
-
Classes Class Description zendesk.messaging.android.MessagingDelegate A delegate that can be implemented to customize certain Messaging behaviours. zendesk.messaging.android.MessagingError Messaging-related errors that can happen and be returned in a MessagingResult.Failure. zendesk.messaging.android.MessagingResult A discriminated union that encapsulates a successful outcome with a value of type T or a failure with a message and an arbitrary Throwable cause.