Class RecentApplicationInfo
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
This class provides methods and properties to get information of the recent application.
public class RecentApplicationInfo : ApplicationInfo
- Inheritance
Properties
View SourceArg
Gets the arguements.
Declaration
public string Arg { get; }
Property Value
| Type | Description |
|---|---|
| string |
Controller
Gets the recent application controller.
Declaration
public RecentApplicationControl Controller { get; }
Property Value
| Type | Description |
|---|---|
| RecentApplicationControl |
InstanceId
Gets the instance ID.
Declaration
public string InstanceId { get; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceName
Gets the instance name.
Declaration
public string InstanceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
LaunchTime
Gets the launchTime.
Declaration
public DateTime LaunchTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Uri
Gets the URI.
Declaration
public string Uri { get; }
Property Value
| Type | Description |
|---|---|
| string |