Interface ForegroundActivityLifecycleListener.AppLifecycleListener

  • Enclosing class:
    ForegroundActivityLifecycleListener

    public static interface ForegroundActivityLifecycleListener.AppLifecycleListener
    App Lifecycle Listener to be notified when the app enter in background/foreground
    • Method Detail

      • onEnterForeground

        void onEnterForeground()
      • onEnterBackground

        void onEnterBackground()