Instant Document State
Lists the observable states of an Instant document and its sync cycle.
The term “sync cycle” refers to the repetitive transitions between the states “receiving changes” and “sending changes” until there are no unsynced local changes remaining. If you are using automatic sync, a sync cycle will begin delayed after the last change to an annotation of the document. New sync cycle can also be triggered by changes coming in from the server when listening for server changes.
When not listening for server changes and with automatic sync of local changes disabled, a sync cycle starts whenever you call InstantPdfDocument.syncAnnotations.
Entries
The current database version does not include required metadata on at least some records.
The layer's record store is being updated with the latest server version.
The document is busy syncing — currently sending its local changes to the server.
The document is busy syncing — currently receiving changes from the server.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.