track Int
abstract fun trackInt(feature: Feature, key: String, attributes: Attributes = Attributes(), executor: Executor, tracker: (Int) -> Unit): TrackerReference
Registers a tracker for the value of an integer feature flag for the given key and attributes.
See also
for param details