Class ShortcutDeletedInfo

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll
API Level:
4

A class for getting the information of the shortcut.

C#
Copy
public class ShortcutDeletedInfo
Inheritance
System.Object
ShortcutDeletedInfo

Properties

View Source

AppId

Gets the name of the package.

Declaration
C#
Copy
public string AppId { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

ShortcutName

Gets the name of the created shortcut icon.

Declaration
C#
Copy
public string ShortcutName { get; }
Property Value
Type Description
System.String
API Level: 4