Package com.pointrlabs.core.management
Interface PositionManager.Listener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface PositionManager.Listener implements PTRListener
-
-
Method Summary
Modifier and Type Method Description void
onPositionManagerCalculatedLocation(CalculatedLocation calculatedLocation)
Notifies subscribers on position calculation void
onPositionManagerDetectedPositionLevelChange(@NonNull() Level level)
Notifies when users's current level changes void
onPositionManagerPositionIsFading()
Notifies when the users position is fading, after pinF void
onPositionManagerPositionIsLost()
Notifies when the users position is lost void
onPositionManagerPositioningServiceStateChangedTo(PositioningTypes.PositioningServiceState state)
Notifies when the bluetooth state changes -
-
Method Detail
-
onPositionManagerCalculatedLocation
void onPositionManagerCalculatedLocation(CalculatedLocation calculatedLocation)
Notifies subscribers on position calculation
- Parameters:
calculatedLocation
- Calculated position
-
onPositionManagerDetectedPositionLevelChange
void onPositionManagerDetectedPositionLevelChange(@NonNull() Level level)
Notifies when users's current level changes
- Parameters:
level
- the level
-
onPositionManagerPositionIsFading
void onPositionManagerPositionIsFading()
Notifies when the users position is fading, after pinF
-
onPositionManagerPositionIsLost
void onPositionManagerPositionIsLost()
Notifies when the users position is lost
-
onPositionManagerPositioningServiceStateChangedTo
void onPositionManagerPositioningServiceStateChangedTo(PositioningTypes.PositioningServiceState state)
Notifies when the bluetooth state changes
-
-
-
-