SamsungPayClient

open class SamsungPayClient

Constructors

Link copied to clipboard
constructor(braintreeClient: BraintreeClient)

Functions

Link copied to clipboard
Forwards the user to the Samsung Pay activate page.
Link copied to clipboard
Creates a [CustomSheetPaymentInfo.Builder] with Braintree properties such as merchant ID, merchant name, and allowed card brands.
Link copied to clipboard
Call isReadyToPay before starting your Samsung Pay flow.
Link copied to clipboard
open fun startSamsungPay(paymentInfo: CustomSheetPaymentInfo, listener: SamsungPayListener)
Takes a [CustomSheetPaymentInfo] and starts the Samsung Pay flow with the custom sheet provided.
Link copied to clipboard
open fun updateCustomSheet(customSheet: CustomSheet)
Updates the Samsung Pay custom sheet.
Link copied to clipboard
Forwards the user to the Samsung Pay update page.