trackString

abstract fun trackString(feature: Feature, key: String, attributes: Attributes = Attributes(), executor: Executor, tracker: (String) -> Unit): TrackerReference

Registers a tracker for the value of a string feature flag for the given key and attributes.

See also


open fun trackString(feature: Feature, key: String, executor: Executor, tracker: (String) -> Unit): TrackerReference