Skip to main content

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 TypeMethod and Description
voidonAppStateChanged(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