Method RecordInternalEvent
RecordInternalEvent(Event)
Allows other sources to write events with common analytics parameters to the Analytics service. This is primarily for use
by other packages - as this method adds common parameters that may not be expected in the general case, for custom events
you should use the CustomData method instead.
Declaration
[Obsolete("This mechanism is no longer supported and will be removed in a future version. Use the new Core IAnalyticsStandardEventComponent API instead.")]
void RecordInternalEvent(Event eventToRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| Event | eventToRecord | Internal event to record |