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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBackgroundLocationModeChanged(IClientSessionGyro clientGyro, boolean isEnabled)
Called when the background location mode changes.
-
-
-
Method Detail
-
onBackgroundLocationModeChanged
void onBackgroundLocationModeChanged(IClientSessionGyro clientGyro, boolean isEnabled)
Called when the background location mode changes.- Parameters:
clientGyro
- The client session that was changed.isEnabled
- Flag for enabled background location mode.
-
-