Enum Class SDKDataController

java.lang.Object
java.lang.Enum<SDKDataController>
com.gemalto.mfs.mwsdk.payment.sdkconfig.SDKDataController
All Implemented Interfaces:
Serializable, Comparable<SDKDataController>, Constable

public enum SDKDataController extends Enum<SDKDataController>
This enum contains the public API for wipeAll of the card Details.
  • Enum Constant Details

  • Method Details

    • values

      public static SDKDataController[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SDKDataController valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • wipeAll

      public void wipeAll(android.content.Context appContext) throws InternalComponentException
      This API performs wipe of All data in HCEMobileWalletSDK.

      MPA SHALL NOT concurrently call any other TSHPaySDK APIs before this wipeAll() completes.
      Parameters:
      appContext - Application Context required to delete files, sharedPreferences etc.
      Throws:
      InternalComponentException
    • wipeCard

      public static void wipeCard(String tokenID, android.content.Context appContext) throws InternalComponentException
      This API performs deletion of a card with given tokenId
      Parameters:
      tokenID - tokenId
      appContext - Application Context
      Throws:
      InternalComponentException