Class RecentApplicationControl

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 RecentApplicationControl : object
Inheritance
RecentApplicationControl

Methods

View Source

Delete()

Deletes the application from the recent application list.

Declaration
C#
Copy
public void Delete()
API Level: 3
Privilege Level: platform
View Source

DeleteAll()

Deletes all recent applications from the recent application list.

Declaration
C#
Copy
public static void DeleteAll()
API Level: 3
Privilege Level: platform

Extension Methods