Context source
Class returned by the getContext method of the PxlController service that describe a single context available within the app.
Properties
| Name | Type | Description |
|---|---|---|
| contextId | string |
The ID of the context |
| name | string |
The name of the context as entered in PixLive Maker |
| lastUpdate | string |
Date of last update of the context in the format YYYY-MM-DD HH:MM:SS ±HHMM |
| description | string |
The description of the context as entered in PixLive Maker |
| notificationTitle | string |
The title of the last notification generated by the context, or |
| notificationMessage | string |
The message of the last notification generated by the context, or |
| imageThumbnailURL | string |
The absolute URL toward the thumbnail of the image representing this context, null if not available. |
| imageHiResURL | string |
The absolute URL toward the full resolution image representing this context, null if not available. |