Enum AccountNotificationType

Definition

Namespace:
Tizen.Account.AccountManager
Assembly:
Tizen.Account.AccountManager.dll
API Level:
3

Account information change notification types.

C#
Copy
public enum AccountNotificationType
Remarks

When the account database is changed, you can distinguish one event type from the other which are set for subscribing notification.

Name Description
Delete

The delete notification type.

Insert

The insert notification type.

syncUpdate

The sync update notification type.

Update

The update notification type.