-
public interface AppState.AppStateListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonForeground()abstract voidonBackground()-
-
Method Detail
-
onForeground
abstract void onForeground()
-
onBackground
abstract void onBackground()
-
-
-
-