present

abstract fun present(currencyCode: String = defaultCurrency, amount: Int = defaultAmount, transactionId: String? = defaultTransactionId)
abstract fun present(currencyCode: String = defaultCurrency, amount: Int = defaultAmount)
abstract fun present(currencyCode: String = defaultCurrency)
abstract fun present()

Present the Google Pay UI. See GooglePayContext for documentation