-
public interface TrackingStrategyThe TrackingStrategy interface.
-
-
Method Summary
-
-
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
-
-
-
-