IPCTransactionState

open class IPCTransactionState(val mode: Int, val amount: String? = null, val language: String? = null, val message: String? = null, val transactionType: String? = null) : Parcelable

Inheritors

Constructors

Link copied to clipboard
constructor(mode: Int, amount: String? = null, language: String? = null, message: String? = null, transactionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val amount: String? = null
Link copied to clipboard
open val language: String? = null
Link copied to clipboard
open val message: String? = null
Link copied to clipboard
val mode: Int
Link copied to clipboard
open val transactionType: String? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard

amount and language for this cases AUTHORISATION_CONST and PAYMENT_CONST considered non-nullabe

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)