appInForeground()
From Engineering Client Portal
This API is used to capture the event of app coming into foreground from background.
Syntax
public void appInForeground(Context context)
Input Parameters
Parameter | Description |
---|---|
android.content.Context | A valid context object must be passed in-order to get the expected behavior. This should not be a NULL context reference. |
Output Parameters
Output Parameters (Return value) | Description |
---|---|
void |
Notes
In order to use this API, manually implement the logic for foreground detection of the app and trigger this API accordingly.