Interface ServiceAware.OnModeChangeListener
-
- Enclosing interface:
- ServiceAware
public static interface ServiceAware.OnModeChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMoveToBackground()Callback triggered when the associatedServicegoes from foreground execution to background execution.voidonMoveToForeground()Callback triggered when the associatedServicegoes from background execution to foreground execution.
-
-
-
Method Detail
-
onMoveToForeground
void onMoveToForeground()
Callback triggered when the associatedServicegoes from background execution to foreground execution.
-
onMoveToBackground
void onMoveToBackground()
Callback triggered when the associatedServicegoes from foreground execution to background execution.
-
-