Interface AnalyticsPresentationHostExperimental
Methods
emit
- emit(interaction): void
ExperimentalReturns void
OptionalreportWarning
- reportWarning(message, detail?): void
ExperimentalParameters
- message: string
Optionaldetail: Readonly<Record<string, unknown>>
Returns void
Callbacks the host hands to an adapter at mount time. The adapter may call
emitany number of times; the host owns debouncing and state commits.