UIApplicationShortcutIconType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates system-provided icons for quick actions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIApplicationShortcutIconType
type UIApplicationShortcutIconType =
- Inheritance
-
UIApplicationShortcutIconType
- Attributes
Fields
Add | 3 | Icon for a "Add" Quick Action |
Alarm | 24 | Icon for a "Alarm" Quick Action |
Audio | 27 | Icon for a "Audio" Quick Action |
Bookmark | 25 | Icon for a "Bookmark" Quick Action |
CapturePhoto | 20 | Icon for a "CapturePhoto" Quick Action |
CaptureVideo | 21 | Icon for a "CaptureVideo" Quick Action |
Cloud | 13 | Icon for a "Cloud" Quick Action |
Compose | 0 | Icon for a "Compose" Quick Action |
Confirmation | 15 | Icon for a "Confirmation" Quick Action |
Contact | 8 | Icon for a "Contact" Quick Action |
Date | 18 | Icon for a "Date" Quick Action |
Favorite | 11 | Icon for a "Favorite" Quick Action |
Home | 9 | Icon for a "Home" Quick Action |
Invitation | 14 | Icon for a "Invitation" Quick Action |
Location | 4 | Icon for a "Location" Quick Action |
Love | 12 | Icon for a "Love" Quick Action |
16 | Icon for a "Mail" Quick Action |
|
MarkLocation | 10 | Icon for a "MarkLocation" Quick Action |
Message | 17 | Icon for a "Message" Quick Action |
Pause | 2 | Icon for a "Pause" Quick Action |
Play | 1 | Icon for a "Play" Quick Action |
Prohibit | 7 | Icon for a "Prohibit" Quick Action |
Search | 5 | Icon for a "Search" Quick Action |
Share | 6 | Icon for a "Share" Quick Action |
Shuffle | 26 | Icon for a "Shuffle" Quick Action |
Task | 22 | Icon for a "Task" Quick Action |
TaskCompleted | 23 | Icon for a "TaskCompleted" Quick Action |
Time | 19 | Icon for a "Time" Quick Action |
Update | 28 | Icon for a "Update" Quick Action |
Remarks
Concern | Value | Icon |
---|---|---|
Add | Add | |
Alarm | Alarm | |
Audio | Audio | |
Bookmark | Bookmark | |
CapturePhoto | CapturePhoto | |
CaptureVideo | CaptureVideo | |
Cloud | Cloud | |
Compose | Compose | |
Confirmation | Confirmation | |
Contact | Contact | |
Date | Date | |
Favorite | Favorite | |
Home | Home | |
Invitation | Invitation | |
Location | Location | |
Love | Love | |
MarkLocation | MarkLocation | |
Message | Message | |
Pause | Pause | |
Play | Play | |
Prohibit | Prohibit | |
Search | Search | |
Share | Share | |
Shuffle | Shuffle | |
Task | Task | |
TaskCompleted | TaskCompleted | |
Time | Time | |
Update | Update |