Class AccountSubscriberEventArgs
Definition
- Namespace:
- Tizen.Account.AccountManager
- Assembly:
- Tizen.Account.AccountManager.dll
- API Level:
- 3
Event arguments passed when the event is triggered to notify that the account is updated/removed from the account database.
public class AccountSubscriberEventArgs : EventArgs
- Inheritance
Properties
View SourceAccountId
The account ID to update.
Declaration
public int AccountId { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceEventType
The account event type.
Declaration
public AccountNotificationType EventType { get; }
Property Value
Type | Description |
---|---|
AccountNotificationType |