Class SDKEnv
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.SDKEnv
Contains build-time environment variables. such as product version, release
build and whether the build is DEBUG or PRODUCTION.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanIndicates the current SDK build is the DEBUG version.static final StringSDK version, that is a concatenation of:
- product version.
- release version.
- (non-official) release qualifier (e.g. -
Method Summary
-
Field Details
-
DEBUG
public static final boolean DEBUGIndicates the current SDK build is the DEBUG version.- See Also:
-
SDK_VERSION
SDK version, that is a concatenation of:
- product version.
- release version.
- (non-official) release qualifier (e.g. alpha, beta).
- (non-production) release build configuration (e.g. debug).- See Also:
-