Class: EOIMessage
Represents the raw message envelope returned by the EyesOnIt server.
Namespace: EyesOnItSDK.API
Constructors
public EOIMessage()public EOIMessage(bool success, string message = null)
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
Success | success | bool | |
Message | message | string | |
Data | data | object |
Events
This class does not expose any public events.
Methods
This class does not expose any public methods.