track Json
abstract fun <T> trackJson(feature: Feature, key: String, clazz: Class<T>, attributes: Attributes = Attributes(), executor: Executor, tracker: (T) -> Unit): TrackerReference
Registers a tracker for the value of a JSON feature flag for the given key and attributes.
Parameters
clazz
the type to convert the JSON string into. It is expected that a Moshi type adapter is registered with the impl.
See also
for param details