Package 

Interface SamsungPayConfig.CardInfoUpdateListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onCardInfoUpdated(@NonNull() CardInfo selectedCardInfo, @NonNull() CustomSheet customSheet) Called when the selected card is changed on the custom payment sheet in Samsung Pay.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onCardInfoUpdated

         abstract void onCardInfoUpdated(@NonNull() CardInfo selectedCardInfo, @NonNull() CustomSheet customSheet)

        Called when the selected card is changed on the custom payment sheet in Samsung Pay. Newly selected card info is passed, so the custom payment sheet can be updated. NOTE: If total amount is changed, use before submit callback to update the checkout id.

        Parameters:
        selectedCardInfo - The selected card info.
        customSheet - The custom payment sheet provided in SamsungPayConfig.