Interface SignificantMoveListener
-
- All Implemented Interfaces:
public interface SignificantMoveListener
Get notified about move that passed threshold
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SignificantMoveListener.Companion
-
Method Summary
Modifier and Type Method Description abstract Unit
onSignificantMove()
Gets called every time when significant move detected abstract Float
getMoveThreshold()
abstract Unit
setMoveThreshold(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)
-
-
-
-