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