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.
public class AccountSubscriberEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAccountSubscriberEventArgs
Properties
View SourceAccountId
The account ID to update.
Declaration
public int AccountId { get; }
Property Value
Type | Description |
---|---|
int |
EventType
The account event type.
Declaration
public AccountNotificationType EventType { get; }
Property Value
Type | Description |
---|---|
AccountNotificationType |