AddressDetailsModalViewModel

Constructors

Link copied to clipboard
constructor(application: Application)

Properties

Link copied to clipboard
Link copied to clipboard
val loadingState: StateFlow<LoadingState>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : Application> getApplication(): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun makePayment(amount: Double, paymentMethod: PaymentMethod, transactionType: TransactionType, clientTransactionId: String? = null, merchantReference: String? = null, listener: Response<Transaction>? = null)
Link copied to clipboard
open override fun onLoading(isLoading: Boolean): Boolean
Link copied to clipboard
fun parseError(exception: Throwable?): String
Link copied to clipboard
Link copied to clipboard