Package 

Interface TrackingStrategy

    • Method Summary

      Modifier and Type Method Description
      abstract Unit register(Context context) This method will register the tracking strategy to the current Context.
      abstract Unit unregister(Context context) This method will unregister the tracking strategy from the current Context.
      • Methods inherited from class java.lang.Object

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

      • register

         abstract Unit register(Context context)

        This method will register the tracking strategy to the current Context.

        Parameters:
        context - as Context
      • unregister

         abstract Unit unregister(Context context)

        This method will unregister the tracking strategy from the current Context.

        Parameters:
        context - as Context