Class HomeShortcutAddedInfo

Definition

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

A class that contains the shortcut information.

C#
Copy
public class HomeShortcutAddedInfo : ShortcutAddedInfo
Inheritance
HomeShortcutAddedInfo

Properties

View Source

AppId

Gets the name of the application.

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

Uri

Gets the specific information for creating a new shortcut.

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