For the complete documentation index, see llms.txt. This page is also available as Markdown.

emitExtraData

Emits the operation tracking extraData.

Details

Emits the extraData associated with platform Tracking.

Event: emitExtraData

Type: FacephiSdkProviderCustomEvent<string> | CustomEvent<string>

Syntax

provider.addEventListener('emitExtraData', onEmitExtraData);

Received object

detail: string

Description

Provides the value of extraData when it is available.

Considerations

It is only emitted if Tracking is enabled in the License.


Example

Last updated