Package com.geopagos.tapOnPhoneModel
Types
Link copied to clipboard
Link copied to clipboard
data class EncryptedSessionIntent(sessionIntent: String, hash: String) : Serializable
Content copied to clipboard
Link copied to clipboard
enum TapOnPhoneInvocationCvmResult : Enum<TapOnPhoneInvocationCvmResult>
Content copied to clipboard
Link copied to clipboard
Error types that can be returned when processing a transaction using the Tap On Phone app.
Link copied to clipboard
Result returned from requesting the Tap On Phone app to perform a transaction.
Link copied to clipboard
data class TapOnPhoneInvocationSuccessData(cvmResult: TapOnPhoneInvocationCvmResult) : Serializable
Content copied to clipboard
Success data that can be returned when processing a transaction using the Tap On Phone app.
Link copied to clipboard