Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
io.flutter.embedding.engine.plugins.service.ServiceAware.OnModeChangeListener Interface Reference

Public Member Functions

void onMoveToForeground ()
 
void onMoveToBackground ()
 

Detailed Description

Definition at line 32 of file ServiceAware.java.

Member Function Documentation

◆ onMoveToBackground()

void io.flutter.embedding.engine.plugins.service.ServiceAware.OnModeChangeListener.onMoveToBackground ( )

Callback triggered when the associated android.app.Service goes from foreground execution to background execution.

◆ onMoveToForeground()

void io.flutter.embedding.engine.plugins.service.ServiceAware.OnModeChangeListener.onMoveToForeground ( )

Callback triggered when the associated android.app.Service goes from background execution to foreground execution.


The documentation for this interface was generated from the following file: