public interface DistributionStatus
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAutoUpdateDownloadUrl()
If isAutoUpdateAvailable() returned true, then getAutoUpdateDownloadUrl() will also
return the URL of the newer version's APK file.
|
boolean |
isAutoUpdateAvailable()
Is auto-update available for this build? Meaning, there is a newer version
uploaded to TestFairy, with the same package name, but uploaded later and is
marked as "auto-update".
|
boolean |
isEnabled()
Is distribution enabled for this specific build? That is, an APK was uploaded
to TestFairy with the same package name, version name and version code as the
app we're running right now.
|
boolean isEnabled()
boolean isAutoUpdateAvailable()
java.lang.String getAutoUpdateDownloadUrl()