Package cloud. pace. sdk. appkit. communication
Types
App Callback
Link copied to clipboard
interface AppCallback
Content copied to clipboard
Public callback functions to subscribe to app events.
App Callback Impl
Link copied to clipboard
App Event Manager
Link copied to clipboard
interface AppEventManager
Content copied to clipboard
App Event Manager Impl
Link copied to clipboard
App Model Impl
Link copied to clipboard
Get Access Token Response
Link copied to clipboard
data class GetAccessTokenResponse @JvmOverloads constructor(accessToken: String, isInitialToken: Boolean)
Content copied to clipboard
The response class of an AppCallback.getAccessToken request.
Invalid Token Reason
Link copied to clipboard
Specifies the reason why the access token is invalid. UNAUTHORIZED means that the session has been invalidated and OTHER means that the access token has expired and should be renewed.
Logout Response
Link copied to clipboard
Specifies the response type of an AppCallback.onLogout request. Use LogoutResponse.SUCCESSFUL to signal a successful logout, LogoutResponse.UNAUTHORIZED if the user was not logged in at all and LogoutResponse.OTHER for all other errors.