Class AccountSubscriberEventArgs
Definition
- Namespace:
- Tizen.Account.AccountManager
- Assembly:
- Tizen.Account.AccountManager.dll
Event arguments passed when the event is triggered to notify that the account is updated/removed from the account database.
C#Copypublic class AccountSubscriberEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAccountSubscriberEventArgs
Properties
Declaration
C#Copypublic int AccountId { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic AccountNotificationType EventType { get; }
Property Value
| Type | Description |
|---|---|
| AccountNotificationType |