Class UsageStatisticsData

    Definition

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

    This class contains the application usage statistics information retrieved by UsageStatistics.

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

    Properties

    View Source

    Duration

    Gets the time when the application is being displayed in the foreground in seconds.

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

    Duration when the application is used in the foreground in seconds.

    View Source

    LastLaunchTime

    Gets the last time when the application has been used.

    Declaration
    [Obsolete("Deprecated since API13, will be removed in API15.")]
    public DateTime LastLaunchTime { get; }
    Property Value
    Type Description
    System.DateTime

    The last time when the application has been used.

    View Source

    LaunchCount

    Gets how many times the application is used in the foreground.

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

    How many times the application is used in the foreground.

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