MoEEventSyncTriggerType

Identifies what triggered the batch sync of tracked data to the MoEngage servers.

Author

Gowtham KK

Since

10.0.0

Entries

Link copied to clipboard

Periodic flush performed while the application is in the foreground.

Link copied to clipboard

Sync triggered when the application moved to the background (app close).

Link copied to clipboard

Background sync — the periodic background flush or its fallback (e.g. via WorkManager).

Link copied to clipboard

Sync explicitly requested by the host application (e.g. the data-sync API).

Link copied to clipboard

Sync triggered by a change in the user's identity — login, logout, set unique id, or an identifier set/update.

Link copied to clipboard

Any other trigger not covered by the cases above.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

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.