present
abstract fun present(currencyCode: String = defaultCurrency, amount: Int = defaultAmount, transactionId: String? = defaultTransactionId)
Content copied to clipboard
abstract fun present(currencyCode: String = defaultCurrency, amount: Int = defaultAmount)
Content copied to clipboard
abstract fun present()
Content copied to clipboard
Present the Google Pay UI. See GooglePayContext for documentation