Class UsageStatisticsData

Definition

Namespace:
Tizen.Context.AppHistory
Assembly:
Tizen.Context.dll
API Level:
4

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

C#
Copy
public class UsageStatisticsData : AppStatisticsData
Inheritance
System.Object
UsageStatisticsData

Properties

View Source

Duration

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

Declaration
C#
Copy
public int Duration { get; }
Property Value
Type Description
Int32

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

API Level: 4
View Source

LastLaunchTime

Gets the last time when the application has been used.

Declaration
C#
Copy
public DateTime LastLaunchTime { get; }
Property Value
Type Description
System.DateTime

The last time when the application has been used.

API Level: 4
View Source

LaunchCount

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

Declaration
C#
Copy
public int LaunchCount { get; }
Property Value
Type Description
Int32

How many times the application is used in the foreground.

API Level: 4