-
public interface TrackingStrategyThe TrackingStrategy interface.
-
-
Method Summary
Modifier and Type Method Description abstract Unitregister(SdkCore sdkCore, Context context)This method will register the tracking strategy to the current Context and SDK instance. abstract Unitunregister(Context context)This method will unregister the tracking strategy from the current Context. -
-
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 SdkCorecontext- as Context
-
unregister
abstract Unit unregister(Context context)
This method will unregister the tracking strategy from the current Context.
- Parameters:
context- as Context
-
-
-
-