AppState
com.connectsdk.service.capability.Launcher.AppState
Helper class used with the AppStateListener to return the current state of an app.
Properties
- boolean running
Whether the app is currently running.
- boolean visible
Whether the app is currently visible.
Methods
- AppState (boolean running, boolean visible)
Parameters:
running
visible