Enum SyncOption

Definition

Namespace:
Tizen.Account.SyncManager
Assembly:
Tizen.Account.SyncManager.dll
API Level:
4

Enumeration for the sync option.

C#
Copy
public enum SyncOption : int
Name Description
Expedited

The sync job will be operated as soon as possible.

None

The sync job will be operated normally.

NoRetry

The sync job will not be performed again when it fails.

Extension Methods