Package com.geopagos.tapOnPhoneModel

Types

Link copied to clipboard
data class ActivityResult(code: Int, intent: Intent?)
Link copied to clipboard
object Constants
Link copied to clipboard
data class EncryptedSessionIntent(sessionIntent: String, hash: String) : Serializable
Link copied to clipboard
Link copied to clipboard
sealed class TapOnPhoneInvocationError : Serializable

Error types that can be returned when processing a transaction using the Tap On Phone app.

Link copied to clipboard
sealed class TapOnPhoneInvocationResult : Serializable

Result returned from requesting the Tap On Phone app to perform a transaction.

Link copied to clipboard
data class TapOnPhoneInvocationSuccessData(cvmResult: TapOnPhoneInvocationCvmResult) : Serializable

Success data that can be returned when processing a transaction using the Tap On Phone app.

Link copied to clipboard
object TOPInvocationContract