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
    object
    System.EventArgs
    AccountSubscriberEventArgs

    Properties

    View Source

    AccountId

    The account ID to update.

    Declaration
    public int AccountId { get; }
    Property Value
    Type Description
    int
    View Source

    EventType

    The account event type.

    Declaration
    public AccountNotificationType EventType { get; }
    Property Value
    Type Description
    AccountNotificationType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX