Class MGWalletConfiguration
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.mobilegateway.MGWalletConfiguration
-
- All Implemented Interfaces:
MGConfiguration
public class MGWalletConfiguration extends java.lang.Object implements MGConfiguration
Class for Mobile Gateway Wallet configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MGWalletConfiguration.Builder
Builder to build MGWalletConfiguration.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description MGWalletConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConfigurationName()
returns the name of the Configuration.
-
-
-
Method Detail
-
getConfigurationName
public java.lang.String getConfigurationName()
Description copied from interface:MGConfiguration
returns the name of the Configuration.- Specified by:
getConfigurationName
in interfaceMGConfiguration
- Returns:
- the configuration name
-
-