Skip to content

FeatureContextUpdateReceiver

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

fun interface FeatureContextUpdateReceiver

Receiver for feature context updates.

Functions

onContextUpdate

@AnyThread

abstract fun onContextUpdate(featureName: String, event: Map<String, Any?>)

Called when the context for a feature is updated.

Parameters
featureName the name of the feature
event the updated context
Clone this wiki locally