Package 

Interface TrackingStrategy

    • Method Summary

      Modifier and Type Method Description
      abstract Unit register(SdkCore sdkCore, Context context) This method will register the tracking strategy to the current Context and SDK instance.
      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(SdkCore sdkCore, Context context)

        This method will register the tracking strategy to the current Context and SDK instance.

        Parameters:
        sdkCore - as SdkCore
        context - as Context
      • unregister

         abstract Unit unregister(Context context)

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

        Parameters:
        context - as Context