Package com.kosdev.kos.core.service.app
Class SdkInfo
java.lang.Object
com.kosdev.kos.core.service.app.SdkInfo
Information about an SDK that an application is compiled against.
- Since:
- 9
- Version:
- 9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturn the api version number supported by the sdk.getAppId()Return the appId of the application the sdk is associated with.Return the date the sdk was built.Return the sdk plugin version that was used to build the sdk.Return the version of the sdk that was used when building this application.voidsetApiVersion(int apiVersion) voidvoidsetBuildDate(String buildDate) voidsetSdkPluginVersion(String sdkPluginVersion) voidsetVersion(String version)
-
Constructor Details
-
SdkInfo
public SdkInfo()
-
-
Method Details
-
getAppId
Return the appId of the application the sdk is associated with.- Since:
- 9
-
getVersion
Return the version of the sdk that was used when building this application.- Since:
- 9
-
getBuildDate
Return the date the sdk was built.- Since:
- 9
-
getSdkPluginVersion
Return the sdk plugin version that was used to build the sdk.- Since:
- 9
-
getApiVersion
public int getApiVersion()Return the api version number supported by the sdk. This is dependent on the sdk provider utilizing api version support.- Since:
- 9
-
setAppId
-
setVersion
-
setBuildDate
-
setSdkPluginVersion
-
setApiVersion
public void setApiVersion(int apiVersion)
-