See: Description
| Interface | Description |
|---|---|
| BackgroundFetch |
An interface that can be implemented by an app's main class to support background fetch.
|
Background fetch is a mechanism whereby an application is granted permission by the operating system to update its data periodically. At times of the native platform's choosing, an app that supports background fetch will be started up (in the background), and its BackgroundFetch.performBackgroundFetch(long, com.codename1.util.Callback) method will be called.
Copyright © 2022. All rights reserved.