Class RecentApplicationInfo

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

This class provides methods and properties to get information of the recent application.

C#
Copy
public class RecentApplicationInfo : ApplicationInfo
Inheritance
RecentApplicationInfo

Properties

View Source

Arg

Gets the arguements.

Declaration
C#
Copy
public string Arg { get; }
Property Value
Type Description
String
API Level: 3
View Source

Controller

Gets the recent application controller.

Declaration
C#
Copy
public RecentApplicationControl Controller { get; }
Property Value
Type Description
RecentApplicationControl
API Level: 3
View Source

InstanceId

Gets the instance ID.

Declaration
C#
Copy
public string InstanceId { get; }
Property Value
Type Description
String
API Level: 3
View Source

InstanceName

Gets the instance name.

Declaration
C#
Copy
public string InstanceName { get; }
Property Value
Type Description
String
API Level: 3
View Source

LaunchTime

Gets the launchTime.

Declaration
C#
Copy
public DateTime LaunchTime { get; }
Property Value
Type Description
DateTime
API Level: 3
View Source

Uri

Gets the URI.

Declaration
C#
Copy
public string Uri { get; }
Property Value
Type Description
String
API Level: 3

Extension Methods