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 SourceApplicationPath
Gets the recent application path.
Declaration
public string ApplicationPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Arg
Gets the arguements.
Declaration
public string Arg { get; }
Property Value
| Type | Description |
|---|---|
| string |
CompId
Gets the recent component id.
Declaration
public string CompId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Controller
Gets the recent application controller.
Declaration
public RecentApplicationControl Controller { get; }
Property Value
| Type | Description |
|---|---|
| RecentApplicationControl |
IconPath
Gets the recent icon path.
Declaration
public string IconPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
ImagePath
Gets the recent image path.
Declaration
public string ImagePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
PackageName
Gets the recent application package name.
Declaration
public string PackageName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Gets the URI.
Declaration
public string Uri { get; }
Property Value
| Type | Description |
|---|---|
| string |