Package com.iizix.geo
Interface IBackgroundLocationModeListener
public interface IBackgroundLocationModeListener
The listener for background mode changes for the location service. A user may at any time change the programs background location mode from enabled to disabled.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onBackgroundLocationModeChanged
(IClientSessionGyro clientGyro, boolean isEnabled) Called when the background location mode changes.