Package zendesk.android
See: Description
-
Class Summary Class Description Zendesk Public entry point of the SDK. Builder Builder class to create instances of ZendeskCredentials ZendeskCredentials The credentials to obtain an instance of Zendesk. Success A successful ZendeskResult, containing a value. Failure A failed ZendeskResult, containing an error. ZendeskResult A discriminated union that represents either success (Success) or failure (Failure). ZendeskUser A model that represents a user of this app. ZendeskExtensions -
Interface Summary Interface Description ZendeskAuthenticationDelegate Zendesk Authentication Delegate used for passing refreshed JWTs SuccessCallback Convenience API to be notified when an asynchronous task is successful. FailureCallback Convenience API to be notified when an asynchronous task failed.