Package cloud.pace.sdk.appkit.communication.generated.model.response

Types

AppInterceptableLinkError
Link copied to clipboard
data class AppInterceptableLinkError(message: String?) : ResponseBody
AppInterceptableLinkResponse
Link copied to clipboard
data class AppInterceptableLinkResponse(link: String) : ResponseBody
AppInterceptableLinkResult
Link copied to clipboard
class AppInterceptableLinkResult : Result
ApplePayAvailabilityCheckError
Link copied to clipboard
data class ApplePayAvailabilityCheckError(message: String?) : ResponseBody
ApplePayAvailabilityCheckResponse
Link copied to clipboard
data class ApplePayAvailabilityCheckResponse(isAvailable: Boolean) : ResponseBody
ApplePayAvailabilityCheckResult
Link copied to clipboard
class ApplePayAvailabilityCheckResult : Result
ApplePayRequestError
Link copied to clipboard
data class ApplePayRequestError(message: String?) : ResponseBody
ApplePayRequestResponse
Link copied to clipboard
data class ApplePayRequestResponse(paymentMethod: PaymentMethod, paymentData: PaymentData, transactionIdentifier: String) : ResponseBody
ApplePayRequestResult
Link copied to clipboard
class ApplePayRequestResult : Result
AppRedirectError
Link copied to clipboard
data class AppRedirectError(message: String?) : ResponseBody
AppRedirectResult
Link copied to clipboard
class AppRedirectResult : Result
BackError
Link copied to clipboard
data class BackError(message: String?) : ResponseBody
BackResult
Link copied to clipboard
class BackResult : Result
CloseError
Link copied to clipboard
data class CloseError(message: String?) : ResponseBody
CloseResult
Link copied to clipboard
class CloseResult : Result
DisableError
Link copied to clipboard
data class DisableError(message: String?) : ResponseBody
DisableResult
Link copied to clipboard
class DisableResult : Result
GetAccessTokenError
Link copied to clipboard
data class GetAccessTokenError(message: String?) : ResponseBody
GetAccessTokenResponse
Link copied to clipboard
data class GetAccessTokenResponse(accessToken: String, isInitialToken: Boolean?) : ResponseBody
GetAccessTokenResult
Link copied to clipboard
class GetAccessTokenResult : Result
GetBiometricStatusError
Link copied to clipboard
data class GetBiometricStatusError(message: String?) : ResponseBody
GetBiometricStatusResponse
Link copied to clipboard
data class GetBiometricStatusResponse(biometryAvailable: Boolean) : ResponseBody
GetBiometricStatusResult
Link copied to clipboard
class GetBiometricStatusResult : Result
GetConfigError
Link copied to clipboard
data class GetConfigError(message: String?) : ResponseBody
GetConfigResponse
Link copied to clipboard
data class GetConfigResponse(value: String) : ResponseBody
GetConfigResult
Link copied to clipboard
class GetConfigResult : Result
GetLocationError
Link copied to clipboard
data class GetLocationError(message: String?) : ResponseBody
GetLocationResponse
Link copied to clipboard
data class GetLocationResponse(lat: Double, lon: Double, accuracy: Double?, bearing: Double?) : ResponseBody
GetLocationResult
Link copied to clipboard
class GetLocationResult : Result
GetSecureDataError
Link copied to clipboard
data class GetSecureDataError(message: String?) : ResponseBody
GetSecureDataResponse
Link copied to clipboard
data class GetSecureDataResponse(value: String) : ResponseBody
GetSecureDataResult
Link copied to clipboard
class GetSecureDataResult : Result
GetTOTPError
Link copied to clipboard
data class GetTOTPError(message: String?) : ResponseBody
GetTOTPResponse
Link copied to clipboard
data class GetTOTPResponse(totp: String, biometryMethod: String) : ResponseBody
GetTOTPResult
Link copied to clipboard
class GetTOTPResult : Result
GetTraceIdError
Link copied to clipboard
data class GetTraceIdError(message: String?) : ResponseBody
GetTraceIdResponse
Link copied to clipboard
data class GetTraceIdResponse(value: String) : ResponseBody
GetTraceIdResult
Link copied to clipboard
class GetTraceIdResult : Result
Header
Link copied to clipboard
data class Header(ephemeralPublicKey: String, publicKeyHash: String, transactionId: String)
ImageDataError
Link copied to clipboard
data class ImageDataError(message: String?) : ResponseBody
ImageDataResult
Link copied to clipboard
class ImageDataResult : Result
IntrospectError
Link copied to clipboard
data class IntrospectError(message: String?) : ResponseBody
IntrospectResponse
Link copied to clipboard
data class IntrospectResponse(version: String, operations: List<String>) : ResponseBody
IntrospectResult
Link copied to clipboard
class IntrospectResult : Result
IsBiometricAuthEnabledError
Link copied to clipboard
data class IsBiometricAuthEnabledError(message: String?) : ResponseBody
IsBiometricAuthEnabledResponse
Link copied to clipboard
data class IsBiometricAuthEnabledResponse(isEnabled: Boolean) : ResponseBody
IsBiometricAuthEnabledResult
Link copied to clipboard
class IsBiometricAuthEnabledResult : Result
IsRemoteConfigAvailableError
Link copied to clipboard
data class IsRemoteConfigAvailableError(message: String?) : ResponseBody
IsRemoteConfigAvailableResponse
Link copied to clipboard
data class IsRemoteConfigAvailableResponse(remoteConfigAvailable: Boolean?) : ResponseBody
IsRemoteConfigAvailableResult
Link copied to clipboard
class IsRemoteConfigAvailableResult : Result
IsSignedInError
Link copied to clipboard
data class IsSignedInError(message: String?) : ResponseBody
IsSignedInResponse
Link copied to clipboard
data class IsSignedInResponse(signedIn: Boolean) : ResponseBody
IsSignedInResult
Link copied to clipboard
class IsSignedInResult : Result
LogEventError
Link copied to clipboard
data class LogEventError(message: String?) : ResponseBody
LogEventResult
Link copied to clipboard
class LogEventResult : Result
LogoutError
Link copied to clipboard
data class LogoutError(message: String?) : ResponseBody
LogoutResult
Link copied to clipboard
class LogoutResult : Result
Message
Link copied to clipboard
data class Message(message: String?) : ResponseBody
OpenURLInNewTabError
Link copied to clipboard
data class OpenURLInNewTabError(message: String?) : ResponseBody
OpenURLInNewTabResult
Link copied to clipboard
class OpenURLInNewTabResult : Result
PaymentData
Link copied to clipboard
data class PaymentData(version: String, data: String, signature: String, header: Header)
PaymentMethod
Link copied to clipboard
data class PaymentMethod(displayName: String?, network: String?, type: String)
Response
Link copied to clipboard
data class Response(id: String?, status: Int?, header: Map<String, Any>?, body: ResponseBody?)
ResponseBody
Link copied to clipboard
open class ResponseBody
Result
Link copied to clipboard
open class Result(status: Int, body: ResponseBody?)
SetSecureDataError
Link copied to clipboard
data class SetSecureDataError(message: String?) : ResponseBody
SetSecureDataResult
Link copied to clipboard
class SetSecureDataResult : Result
SetTOTPError
Link copied to clipboard
data class SetTOTPError(message: String?) : ResponseBody
SetTOTPResult
Link copied to clipboard
class SetTOTPResult : Result
SetUserPropertyError
Link copied to clipboard
data class SetUserPropertyError(message: String?) : ResponseBody
SetUserPropertyResult
Link copied to clipboard
class SetUserPropertyResult : Result
ShareTextError
Link copied to clipboard
data class ShareTextError(message: String?) : ResponseBody
ShareTextResult
Link copied to clipboard
class ShareTextResult : Result
VerifyLocationError
Link copied to clipboard
data class VerifyLocationError(message: String?) : ResponseBody
VerifyLocationResponse
Link copied to clipboard
data class VerifyLocationResponse(verified: Boolean, accuracy: Double?) : ResponseBody
VerifyLocationResult
Link copied to clipboard
class VerifyLocationResult : Result