| Package | com.acapela.vaas.advanced.synchro |
| Class | public class BookmarkPosition |
Bookmark position in a message is represented by tag \mrk=id\. Attention: the declaration for a bookmark in a string likes "... \\mrk=id\\ ..."
When the bookmark manager is actived for generating message, you have an access to all the bookmark positions corresponding to the message with the propertybookmarkPositions of PositionsManagement.
You should access it only from the BOOKMARK_POSITIONS_AVAILABLE event handlers.
See also
| Property | Defined by | ||
|---|---|---|---|
| id : Number [read-only]
The identifier of the bookmark.
| BookmarkPosition | ||
| index : Number [read-only]
Index of this bookmark in text message request.
| BookmarkPosition | ||
| timestamp : Number [read-only]
the corressponding time stamp
| BookmarkPosition | ||
| Method | Defined by | ||
|---|---|---|---|
|
BookmarkPosition(index:Number, id:Number, timestamp:Number)
Create a new BookmarkPosition object instance.
| BookmarkPosition | ||
| id | property |
id:Number [read-only]The identifier of the bookmark. Two bookmarks can have the same value.
Implementation public function get id():Number
| index | property |
index:Number [read-only]Index of this bookmark in text message request. The first bookmark in message has index 0.
Implementation public function get index():Number
| timestamp | property |
timestamp:Number [read-only]the corressponding time stamp
Implementation public function get timestamp():Number
| BookmarkPosition | () | constructor |
public function BookmarkPosition(index:Number, id:Number, timestamp:Number)Create a new BookmarkPosition object instance.
Parametersindex:Number |
|
id:Number |
|
timestamp:Number |