Class LifecycleChannel


  • public class LifecycleChannel
    extends Object
    A BasicMessageChannel that communicates lifecycle events to the framework.

    The activity listens to the Android lifecycle events, in addition to the focus events for windows, and this channel combines that information to decide if the application is the inactive, resumed, paused, or detached state.

    • Method Detail

      • aWindowIsFocused

        public void aWindowIsFocused()
      • noWindowsAreFocused

        public void noWindowsAreFocused()
      • appIsResumed

        public void appIsResumed()
      • appIsInactive

        public void appIsInactive()
      • appIsPaused

        public void appIsPaused()
      • appIsDetached

        public void appIsDetached()