Class AppStatisticsData

    Definition

    Namespace:
    Tizen.Context.AppHistory
    Assembly:
    Tizen.Context.dll

    The Base class which contains the application statistics query result.

    [Obsolete("Deprecated since API13, will be removed in API15.")]
    public abstract class AppStatisticsData
    Inheritance
    object
    AppStatisticsData
    Derived
    BatteryStatisticsData
    UsageStatisticsData

    Properties

    View Source

    AppId

    Gets the application ID.

    Declaration
    [Obsolete("Deprecated since API13, will be removed in API15.")]
    public string AppId { get; protected set; }
    Property Value
    Type Description
    string

    The application ID.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX