Class AddressConstants

java.lang.Object
com.samsung.android.sdk.samsungpay.v2.payment.sheet.AddressConstants

public class AddressConstants extends Object
This class contains constants for AddressControl
Since:
API Level 1.5
  • Field Details

    • DISPLAY_OPTION_ADDRESSEE

      public static final int DISPLAY_OPTION_ADDRESSEE
      This is an option to display addressee of AddressControl on custom payment sheet. It must be contained.
      Since:
      API Level 1.5
      See Also:
    • DISPLAY_OPTION_ADDRESS

      public static final int DISPLAY_OPTION_ADDRESS
      This is an option to display country, addressLine, city, state, postalCode of AddressControl on custom payment sheet.
      Since:
      API Level 1.5
      See Also:
    • DISPLAY_OPTION_PHONE_NUMBER

      public static final int DISPLAY_OPTION_PHONE_NUMBER
      This is an option to display phone number of AddressControl on custom payment sheet.
      Since:
      API Level 1.5
      See Also:
    • DISPLAY_OPTION_EMAIL

      public static final int DISPLAY_OPTION_EMAIL
      This is an option to display email address of AddressControl on custom payment sheet.
      Since:
      API Level 1.5
      See Also:
  • Constructor Details

    • AddressConstants

      public AddressConstants()