UIActivityCategory Enum

Definition

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

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.

Applies to