Package com.navmii.android.dashcamsdk
Interface DashcamSdk.StateChangeListener
-
- Enclosing class:
- DashcamSdk
public static interface DashcamSdk.StateChangeListenerThe listener that will be notified about changes of the SDK's state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStateChanged(DashcamSdkState newState)
-
-
-
Method Detail
-
onStateChanged
void onStateChanged(DashcamSdkState newState)
- Parameters:
newState- The new state of the SDK.- See Also:
DashcamSdk.addStateChangeListener(StateChangeListener)
-
-