Analytics
Analytics wrapper
Constructor Summary
| Public Constructor | ||
| public |
constructor(obj: Object) The object to create from which. |
|
Method Summary
| Public Methods | ||
| public |
Reports an event of type |
|
| public |
reportError(level: string, error: Error | AnyError, opts: Object) Reports an error |
|
| public |
reportTime(timingTime: TimingType, id: number) Reports a time of sorts |
|
Public Constructors
Public Methods
public report(eventName: string, eventType: EventType, label: string, id: number) source
Reports an event of type
public reportTime(timingTime: TimingType, id: number) source
Reports a time of sorts
Params:
| Name | Type | Attribute | Description |
| timingTime | TimingType | An TimingType symbol |
|
| id | number | time in MS |
