Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAnalyticEventRequest

Hierarchy

  • IAnalyticEventRequest

Index

Properties

Optional callbackIdentifier

callbackIdentifier: string

callbackIdentifier allows you to distinguish between different callbacks

eventString

eventString: string

The string identifier of the event

failureCallback

failureCallback: IAnalyticEventFailureFn

Optional files

files: string[]

Same files as the 'ids' property we use when calling DKPlugin.syncLocalFiles, linking those files to this event

Optional isValid

isValid: boolean

Is the data considered valid input? Default is false.

Optional payload

payload: string

A json encoded object that is the payload

storyKey

storyKey: string

The key of the story for which we're registering the event

successCallback

successCallback: IAnalyticEventSuccessFn

Generated using TypeDoc