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.

C#
Copy
public class AccountSubscriberEventArgs : EventArgs
Inheritance
System.Object
AccountSubscriberEventArgs

Properties

View Source

AccountId

The account ID to update.

Declaration
C#
Copy
public int AccountId { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

EventType

The account event type.

Declaration
C#
Copy
public AccountNotificationType EventType { get; }
Property Value
Type Description
AccountNotificationType
API Level: 3