-
- All Implemented Interfaces:
public final class AppRelease
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Stringidentifierprivate final LongversionCodeprivate final StringversionNameprivate final StringtargetSdkVersionprivate final StringminSdkVersionprivate final Booleandebugprivate final BooleaninheritStyleprivate final BooleanoverrideStyleprivate final StringappStoreprivate final StringcustomAppStoreURL
-
Method Summary
Modifier and Type Method Description final StringgetType()final StringgetIdentifier()final LonggetVersionCode()final StringgetVersionName()final StringgetTargetSdkVersion()final StringgetMinSdkVersion()final BooleangetDebug()final BooleangetInheritStyle()final BooleangetOverrideStyle()final StringgetAppStore()final StringgetCustomAppStoreURL()-
-
Constructor Detail
-
AppRelease
AppRelease(String type, String identifier, Long versionCode, String versionName, String targetSdkVersion, String minSdkVersion, Boolean debug, Boolean inheritStyle, Boolean overrideStyle, String appStore, String customAppStoreURL)
- Parameters:
type-always set to "android"
identifier-host application package name
versionCode-host application version code
versionName-host application version name
targetSdkVersion-host application target sdk version
minSdkVersion-host application min sdk version
debug-host application debuggable flag
inheritStyle-host application theme inheritance flag
overrideStyle-host application theme override flag
appStore-host application app store
customAppStoreURL-host application custom app store url
-
-
Method Detail
-
getIdentifier
final String getIdentifier()
-
getVersionCode
final Long getVersionCode()
-
getVersionName
final String getVersionName()
-
getTargetSdkVersion
final String getTargetSdkVersion()
-
getMinSdkVersion
final String getMinSdkVersion()
-
getInheritStyle
final Boolean getInheritStyle()
-
getOverrideStyle
final Boolean getOverrideStyle()
-
getAppStore
final String getAppStore()
-
getCustomAppStoreURL
final String getCustomAppStoreURL()
-
-
-
-