SamsungPayListener
interface SamsungPayListener
Callback for receiving results of startSamsungPay.
Functions
Link copied to clipboard
abstract fun onSamsungPayCardInfoUpdated(@NonNull cardInfo: CardInfo, @NonNull customSheet: CustomSheet)
Called when Samsung Pay card info has been updated.
Link copied to clipboard
Called on Samsung Pay start error.
Link copied to clipboard
abstract fun onSamsungPayStartSuccess(@NonNull samsungPayNonce: SamsungPayNonce, @NonNull paymentInfo: CustomSheetPaymentInfo)
Called on Samsung Pay start success.