Package 

Class ActivityLifecycleHandlerBase

    • Method Summary

      Modifier and Type Method Description
      Unit onActivityAvailable(Activity activity) Called when an activity is made available to the application.
      Unit onActivityStopped(Activity activity) Called when an activity has been stopped on an application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActivityLifecycleHandlerBase

        ActivityLifecycleHandlerBase()