Interface IPolyAppListener
com.poly.polyos.app
Interface IPolyAppListener
public interface
IPolyAppListener
Listener to be notified when the AppState
of the client app changes.
PolyOS will register this listener with the app using IPolyAppCallBacks.registerAppStateListener(IPolyAppListener)
.
Since:
3.0.11
Method Summary
Modifier and Type | Method and Description |
---|---|
void | onAppStateChanged(AppState appState) |
Called when app state changes |
Method Detail
onAppStateChanged
void onAppStateChanged(AppState appState)
Called when app state changes
Parameters:
appState
- The current global state of the app