Uses of Class
com.BTPaySDK.OnReceiverListener.EMV_RESULT_CODE_Types

Uses of OnReceiverListener.EMV_RESULT_CODE_Types in com.BTPaySDK
 

Methods in com.BTPaySDK that return OnReceiverListener.EMV_RESULT_CODE_Types
static OnReceiverListener.EMV_RESULT_CODE_Types OnReceiverListener.EMV_RESULT_CODE_Types.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OnReceiverListener.EMV_RESULT_CODE_Types[] OnReceiverListener.EMV_RESULT_CODE_Types.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.BTPaySDK with parameters of type OnReceiverListener.EMV_RESULT_CODE_Types
 void OnReceiverListener.emvTransactionData(OnReceiverListener.EMV_RESULT_CODE_Types resultCode, byte[] resultTags, int errorCode)
          Call back function,this function will be called automatically if receive results from API emv_startEMVTransaction().