Skip navigation links

Package com.codename1.background

Background fetch is a mechanism whereby an application is granted permission by the operating system to update its data periodically.

See: Description

Package com.codename1.background Description

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.

Skip navigation links

Copyright © 2021. All rights reserved.