Awaiting

interface Awaiting : UiState

Inheritors

Types

Link copied to clipboard
data class Idle(val supportedPayments: List<PaymentMethod>) : UiState.Awaiting
Link copied to clipboard
data class Retryable(val supportedPayments: List<PaymentMethod>, @StringRes val res: Int?) : UiState.Awaiting

Properties

Link copied to clipboard
abstract val supportedPayments: List<PaymentMethod>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard