Sync Mode
SyncMode defines synchronization modes for the PushPullChanges API.
Entries
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Polling runs the sync loop without opening a watch stream: local changes are pushed and remote changes pulled on a fixed interval (Options.documentPollInterval). Suited to low-frequency updates; use Realtime for collaborative editing. Mirrors JS SDK PR #1243.
Properties
Functions
Link copied to clipboard
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.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.