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 Details

    • 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.