this.getEventID() method

Gets the event ID of the log entry to see what this log entry is about.

Syntax

<static> this.getEventID() → {number}

Returns

A constant indication what this log entry is about (will be one of hwc.CONNECTION_ERROR, hwc.CONNECTION_OTHER, hwc.CONNECTION_CONNECTED, hwc.CONNECTION_DISCONNECTED, hwc.CONNECTION_RETRIEVED_ITEMS).

Type:

number

Source

hwc-api.js, line 1108.