SyncTrigger
Represent each possible trigger fo See Tech Design: Sync Engine https://app.asana.com/0/481882893211075/1204303361994831/f BACKGROUND_SYNC -> Sync triggered by a Background Worker APP_OPEN -> Sync triggered after App is opened FEATURE_READ -> Sync triggered when a feature screen is opened (Bookmarks screen, etc...) DATA_CHANGE -> Sync triggered because data associated to a Syncable object has changed (new bookmark added) ACCOUNT_CREATION -> Sync triggered after creating a new Sync account ACCOUNT_LOGIN -> Sync triggered after login into an already existing sync account
Entries
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.