Package com.thalesgroup.tpcsdk.model
Class PushMethods
- java.lang.Object
-
- com.thalesgroup.tpcsdk.model.PushMethods
-
public class PushMethods extends Object
PushMethod class contains token requester's pushHandler and platformType information received in the getTokenList TSH apiTSHProxy.getTokenList(com.thalesgroup.tpcsdk.model.CardInfo, com.thalesgroup.tpcsdk.manager.listener.TPCSDKListener<com.thalesgroup.tpcsdk.model.Token[]>)pushHandler- Token requester's push handler Minimum length is 1 and Maximum length is 1024 character.platformType- Supported platform type.Values can be ANDROID, IOS, WEB. Minimum length is 1 and Maximum length is 32 character.- Since:
- 1.0
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description PushMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPlatformType()StringgetPushHandler()voidsetPlatformType(String platformType)voidsetPushHandler(String pushHandler)
-