Package com.thalesgroup.gemalto.d1.card
Class ProvisioningMethod
java.lang.Object
com.thalesgroup.gemalto.d1.card.ProvisioningMethod
Information about the provisioning method used by the token requestor.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionProvisioningMethod(String pushHandler, String platformType) Public Constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the platform type of the token requestor.Gets the push handler of the token requestor.
-
Constructor Details
-
ProvisioningMethod
Public Constructor
-
-
Method Details
-
getPushHandler
Gets the push handler of the token requestor.- Returns:
- The push handler.
-
getPlatformType
Gets the platform type of the token requestor.- Returns:
- The platform supported type—ANDROID, IOS, or WEB.
-