Interface SignificantMoveListener
-
- All Implemented Interfaces:
public interface SignificantMoveListenerGet notified about move that passed threshold
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSignificantMoveListener.Companion
-
Method Summary
Modifier and Type Method Description abstract UnitonSignificantMove()Gets called every time when significant move detected abstract FloatgetMoveThreshold()abstract UnitsetMoveThreshold(Float moveThreshold)-
-
Method Detail
-
onSignificantMove
abstract Unit onSignificantMove()
Gets called every time when significant move detected
-
getMoveThreshold
abstract Float getMoveThreshold()
-
setMoveThreshold
abstract Unit setMoveThreshold(Float moveThreshold)
-
-
-
-