FeatureContextUpdateReceiver - DataDog/dd-sdk-android GitHub Wiki

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