Package com.navmii.sdk
Interface Sdk.DayNightChangeListener
-
- Enclosing class:
- Sdk
public static interface Sdk.DayNightChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDayNightChanged(boolean isNight)
This method is called when current time switches from day to night and vice versa.
-