Uses of Class
com.BTPaySDK.OnReceiverListener.EVENT_PINPAD_Types

Uses of OnReceiverListener.EVENT_PINPAD_Types in com.BTPaySDK
 

Methods in com.BTPaySDK that return OnReceiverListener.EVENT_PINPAD_Types
static OnReceiverListener.EVENT_PINPAD_Types OnReceiverListener.EVENT_PINPAD_Types.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OnReceiverListener.EVENT_PINPAD_Types[] OnReceiverListener.EVENT_PINPAD_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.EVENT_PINPAD_Types
 void OnReceiverListener.pinpadData(byte[] value, byte[] KSN, OnReceiverListener.EVENT_PINPAD_Types funcType)
          Call back function,this function will be called automatically if finish PIN enter,cancel and timeout.