Class HomeShortcutAddedInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
A class that contains the shortcut information.
public class HomeShortcutAddedInfo : ShortcutAddedInfo
- Inheritance
Properties
View SourceAppId
Gets the name of the application.
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
string |
Uri
Gets the specific information for creating a new shortcut.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
string |