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: