Class ISN_UIApplicationShortcutItem
An application shortcut item, also called a Home screen dynamic quick action, that specifies a user-initiated action for your app.
Inheritance
System.Object
ISN_UIApplicationShortcutItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIApplicationShortcutItem
Properties
Subtitle
The quick action title
Declaration
public string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
The quick action title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
A required, app-specific string that you employ to identify the type of quick action to perform.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |