Class UsageStatisticsData
Definition
- Namespace:
- Tizen.Context.App
History
- Assembly:
- Tizen.Context.dll
This class contains the application usage statistics information retrieved by UsageStatistics.
C#
Copy
public class UsageStatisticsData : AppStatisticsData
- Inheritance
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 |
---|---|
int | Duration when the application is used in the foreground in seconds. |
Declaration
C#
Copy
public DateTime LastLaunchTime { get; }
Property Value
Type | Description |
---|---|
System. |
The last time when the application has been used. |
Declaration
C#
Copy
public int LaunchCount { get; }
Property Value
Type | Description |
---|---|
int | How many times the application is used in the foreground. |