Package com.navmii.sdk
Interface Sdk.StateChangeListener
- Enclosing class:
- Sdk
public static interface Sdk.StateChangeListener
-
Method Summary
Modifier and Type Method Description void
onStateChanged(Sdk.State state)
Tells the listener that the SDK initialization state has changed.
-
Method Details
-
onStateChanged
Tells the listener that the SDK initialization state has changed.- Parameters:
state
- The SDK initialization state.
-