HID APPROVE SDK
5.13
HID Approve SDK for Android
|
Base class for a synchronization event sent from the server. More...
Public Member Functions | |
Event (String id, Parameter[] parameters) | |
Event (String id) | |
String | getId () |
Parameter [] | getParameters () |
void | setParameters (Parameter[] parameters) |
Base class for a synchronization event sent from the server.
The event identifier may be used to determine the expected event data.
|
inline |
Constructor.
id | The type identifier of this event. |
parameters | The event metadata parameters. |
|
inline |
Constructor.
id | The type identifier of this event. |
|
inline |
Returns the type identifier of this event.
|
inline |
Returns the event metadata parameters.
|
inline |
Sets the event metadata parameters.
parameters | The event metadata parameters. |