Class HomeShortcutAddedInfo

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll

A class that contains the shortcut information.

C#
Copy
public class HomeShortcutAddedInfo : ShortcutAddedInfo
Inheritance
object
HomeShortcutAddedInfo

Properties

View Source

AppId

Gets the name of the application.

Declaration
C#
Copy
public string AppId { get; }
Property Value
Type Description
string
View Source

Uri

Gets the specific information for creating a new shortcut.

Declaration
C#
Copy
public string Uri { get; }
Property Value
Type Description
string