Class HomeShortcutAddedInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
- API Level:
- 4
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 |
API Level: 4
View SourceUri
Gets the specific information for creating a new shortcut.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
String |