We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All
ReferencesCast Enginecom.huawei.castpluskitClass SummaryEvent

Event

Expand

Class Info

public class Event implements Parcelable

Event to report.

Public Constructor Summary

Expand

Constructor Name

public Event()

Creates an Event object whose ID is Constant.EVENT_ID_INVALID.

public Event(int eventId)

Creates an Event object with the specified ID.

Public Method Summary

Expand

Qualifier and Type

Method Name and Description

int

getEventId()

Obtains the ID of an event.

Public Constructors

Event()

Expand

Constructor

public Event()

Creates an Event object whose ID is Constant.EVENT_ID_INVALID.

Event(int eventId)

Expand

Constructor

public Event(int eventId)

Creates an Event object with the specified ID.

Parameters

Expand

Name

Description

eventId

Event ID.

Public Methods

getEventId

Expand

Method

public int getEventId()

Obtains the ID of an event.

Return

Expand

Type

Description

int

Event ID.

Search in References
Enter a keyword.