Package com.gemalto.mfs.mwsdk
Class SDKEnv
java.lang.Object
com.gemalto.mfs.mwsdk.SDKEnv
Contains build-time environment variables. such as product version, release
build and whether the build is DEBUG or PRODUCTION.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidPrints current SDK Version in DEBUG version
-
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:
-
SDK_BUILD_NUMBER
- See Also:
-
-
Method Details
-
displaySDKVersion
public static void displaySDKVersion()Prints current SDK Version in DEBUG version
-