Enum AccountNotificationType
Definition
- Namespace:
- Tizen.Account.AccountManager
- Assembly:
- Tizen.Account.AccountManager.dll
Account information change notification types.
C#Copypublic 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. |