present

abstract fun present(amount: Int, checkoutStatus: GooglePayCheckoutStatus, totalPriceLabel: String?, lineItems: List<GooglePayLineItem>?, validateLineItems: Boolean, transactionId: String?)
abstract fun present(amount: Int, checkoutStatus: GooglePayCheckoutStatus, totalPriceLabel: String?, lineItems: List<GooglePayLineItem>?, validateLineItems: Boolean)
abstract fun present(amount: Int, checkoutStatus: GooglePayCheckoutStatus, totalPriceLabel: String?, lineItems: List<GooglePayLineItem>?)
abstract fun present(amount: Int, checkoutStatus: GooglePayCheckoutStatus, totalPriceLabel: String?)
abstract fun present(amount: Int, checkoutStatus: GooglePayCheckoutStatus)
abstract fun present(amount: Int)

Present the Google Pay UI. See GooglePayLauncher for documentation