public final class SdkInfo
extends java.lang.Object
Constructor and Description |
---|
SdkInfo() |
Modifier and Type | Method and Description |
---|---|
static SdkInfo |
get()
retrieves the SDK information.
|
int |
getBuild()
gets the SDK build number
|
java.lang.String |
getDetails()
gets the SDK details String
|
int |
getVersion()
gets the SDK version number
|
java.lang.String |
toString() |
public static SdkInfo get() throws ErrorCodeException
ErrorCodeException
public int getVersion()
public int getBuild()
public java.lang.String getDetails()
public java.lang.String toString()
toString
in class java.lang.Object