Functions that take a bookmark (String) such as bookmarkSubscribe() can be passed a literal bookmark ID, or one of these special values.
More...
|
| const String | MOST_RECENT = "recent" |
| | Indicates that the most recent bookmark logged should be used. More...
|
| |
| const String | EPOCH = "0" |
| | Indicates that the subscription should begin at the beginning. More...
|
| |
| const String | NOW = "0|1|" |
| | Indicates that the subscription should begin "now", without replay. More...
|
| |
Functions that take a bookmark (String) such as bookmarkSubscribe() can be passed a literal bookmark ID, or one of these special values.
◆ EPOCH
| const String AMPS.Client.Client.Bookmarks.EPOCH = "0" |
|
static |
Indicates that the subscription should begin at the beginning.
◆ MOST_RECENT
| const String AMPS.Client.Client.Bookmarks.MOST_RECENT = "recent" |
|
static |
Indicates that the most recent bookmark logged should be used.
◆ NOW
| const String AMPS.Client.Client.Bookmarks.NOW = "0|1|" |
|
static |
Indicates that the subscription should begin "now", without replay.
The documentation for this class was generated from the following file: