Package zendesk.messaging.android
See: Description
-
Class Summary Class Description DefaultMessagingFactory This factory is the starting point to begin using Messaging. MessagingDelegate A delegate that can be implemented to customize certain Messaging behaviours. FailedToInitialize Messaging.initialize was called but it failed to initialize with all of its dependencies. MessagingError Messaging-related errors that can happen and be returned in a MessagingResult.Failure. Success A successful outcome with a value of type T. Failure A failure outcome with a message and an optional arbitrary Throwable cause. 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. -
Object Summary Object Description Companion InvalidChannelKey Messaging.initialize was called but an invalid channel key was provided. NoResultReceived If a MessagingResult was expected out of this call, none was received. NotInitialized Messaging.instance was called before Messaging.initialize completed successfully. SdkNotEnabled Messaging.initialize was called but the SDK is not enabled for the provided subdomain URL and channel identifier. AccountNotFound Messaging.initialize was called but no account was found for the provided subdomain URL and channel identifier. MissingConfiguration Messaging.initialize was called but no configuration was received from the server. ConversationNotFound Messaging was unable to find the conversation to display. -
Interface Summary Interface Description Messaging Public entry point of the SDK. SuccessCallback Convenience API to be notified when an asynchronous task is successful. FailureCallback Convenience API to be notified when an asynchronous task failed. -
Enum Summary Enum Description UrlSource In which UI element a URL was displayed to the user when it was clicked.