UiProvider

open class UiProvider(amountView: AmountView? = null, awaitCardIndicatorView: AwaitCardIndicatorView? = null, acceptanceMarksView: AcceptanceMarksView? = null, progressIndicatorView: ProgressIndicatorView? = null, signatureScreenView: SignatureScreenView? = null, uiStateDisplayView: UiStateDisplayView? = null)

Constructors

Link copied to clipboard
constructor(amountView: AmountView? = null, awaitCardIndicatorView: AwaitCardIndicatorView? = null, acceptanceMarksView: AcceptanceMarksView? = null, progressIndicatorView: ProgressIndicatorView? = null, signatureScreenView: SignatureScreenView? = null, uiStateDisplayView: UiStateDisplayView? = null)

Functions

Link copied to clipboard
open fun AcceptanceMarkDisplay(supportedPayments: List<PaymentMethod>, showWallet: Boolean = true)
Link copied to clipboard
open fun AmountDisplay(amount: Amount, description: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun UiStateDisplay(modifier: Modifier = Modifier, uiState: UiState, countdownSec: Int)