track Int
abstract fun trackInt(feature: Feature, executor: Executor, tracker: (Int) -> Unit): TrackerReference
Content copied to clipboard
Registers a integer dynamic config tracker which will be invoked whenever the integer dynamic config changes value.
Returns a tracker reference which can be used to un-register the tracker.