Utils

open class Utils

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val ATI_EVENT: String = "com.wallee.android.ATI_EVENT"
Link copied to clipboard
val ATI_EVENT_ID: String = "action_type"
Link copied to clipboard
val LOG_MESSAGE: String = "LogMessage"
Link copied to clipboard
val LOG_TYPE: String = "LogType"
Link copied to clipboard
val PACKAGE: String = "com.wallee.android.pinpad"

Functions

Link copied to clipboard
open fun disableSystemBar(context: Context)
Link copied to clipboard
open fun enableSystemBar(context: Context)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSdkVersion(bundle: Bundle): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTransaction(bundle: Bundle): Transaction
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun logToBundle(logType: Int, logMessage: String): Bundle
Link copied to clipboard
open fun openSettings(context: Context)
Link copied to clipboard
open fun toBundle(result: CancelationResult): Bundle
open fun toBundle(result: SubmissionResult): Bundle
open fun toBundle(transaction: Transaction): Bundle
open fun toBundle(transaction: TransactionCompletion): Bundle
open fun toBundle(transaction: TransactionResponse): Bundle
open fun toBundle(transactionVoid: TransactionVoid): Bundle
open fun toBundle(transaction: TransactionVoidResponse): Bundle
open fun toBundle(data: Serializable): Bundle