Package com.thalesgroup.gemalto.d1
Class D1Params
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.D1Params
-
- Direct Known Subclasses:
D1PayConfigParams
public abstract class D1Params extends Object
The configuration parameters for D1 SDK initializations.- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
D1Params.Type
Type of Parameter
-
Field Summary
Fields Modifier and Type Field Description protected D1Params.Type
paramType
-
Constructor Summary
Constructors Modifier Constructor Description protected
D1Params(D1Params.Type paramType)
-
-
-
Field Detail
-
paramType
@NonNull protected final D1Params.Type paramType
-
-
Constructor Detail
-
D1Params
protected D1Params(@NonNull D1Params.Type paramType)
-
-
Method Detail
-
getType
@NonNull protected D1Params.Type getType()
Get the type of configuration- Returns:
- the type of configuration
-
-