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.
Method Details
onBackgroundLocationModeChanged
Called when the background location mode changes.- Parameters:
clientGyro
- The client session that was changed.isEnabled
- Flag for enabled background location mode.