BundleStoreArchive

public interface BundleStoreArchive


Summary

Public methods

abstract Boolean

Archive is an app state that allows an official app store to reclaim device storage and disable app functionality temporarily until the user interacts with the app again.

abstract void

Archive is an app state that allows an official app store to reclaim device storage and disable app functionality temporarily until the user interacts with the app again.

Public methods

getEnable

abstract Boolean getEnable()

Archive is an app state that allows an official app store to reclaim device storage and disable app functionality temporarily until the user interacts with the app again. Upon interaction the latest available version of the app will be restored while leaving user data unaffected.

Enabled by default.

setEnable

abstract void setEnable(Boolean enable)

Archive is an app state that allows an official app store to reclaim device storage and disable app functionality temporarily until the user interacts with the app again. Upon interaction the latest available version of the app will be restored while leaving user data unaffected.

Enabled by default.