trackInt

abstract fun trackInt(feature: Feature, executor: Executor, tracker: (Int) -> Unit): TrackerReference

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.