Package fi.moprim.tmd.sdk.model
Class SdkInfo
- java.lang.Object
-
- fi.moprim.tmd.sdk.model.SdkInfo
-
public class SdkInfo extends java.lang.ObjectA small container to access the version name and code of the SDK
-
-
Constructor Summary
Constructors Constructor Description SdkInfo(java.lang.String versionName, int versionCode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SdkInfogetSdkInfo()intgetVersionCode()java.lang.StringgetVersionName()
-
-
-
Method Detail
-
getVersionName
@NonNull public java.lang.String getVersionName()
-
getVersionCode
public int getVersionCode()
-
getSdkInfo
@NonNull public static SdkInfo getSdkInfo()
-
-