UIActivityCategory 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.
An enumeration whose values specify a category for a UIActivity.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIActivityCategory
type UIActivityCategory =
- Inheritance
-
UIActivityCategory
- Attributes
Fields
Name | Value | Description |
---|---|---|
Action | 0 | Activities whose primary purpose is to take an action (other than sharing) on the selected item. |
Share | 1 | Activities whose purpose is to share the selected item. |
Remarks
Application developers may choose to group activities in their UI based on this value.