INNoteContentType Enum

Definition

Enumerates note content types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INNoteContentType
type INNoteContentType = 
Inheritance
INNoteContentType
Attributes

Fields

Image 2

Indicates image content.

Text 1

Indicates text content.

Unknown 0

Indicates that the content type is not known.

Applies to