add Position Change Listener
open fun addPositionChangeListener(listener: PositionManager.PositionChangeListener)
Content copied to clipboard
Adds a PositionChangeListener to the PositionManager .
open fun addPositionChangeListener(listener: PositionManager.PositionChangeListener, @Nullable() executor: Executor)
Content copied to clipboard
Adds a PositionChangeListener to the PositionManager .
Parameters
executor
Executor which will execute listener's callbacks