Share via


UIPreferredPresentationStyle Enum

Definition

Enumerates how the data from a NSItemProvider should be presented.

[ObjCRuntime.Native]
public enum UIPreferredPresentationStyle
[<ObjCRuntime.Native>]
type UIPreferredPresentationStyle = 
Inheritance
UIPreferredPresentationStyle
Attributes

Fields

Name Value Description
Unspecified 0

There is no preferred presentation style.

Inline 1

The data should be shown inline.

Attachment 2

The data should be shown as an attachment.

Applies to