INMessageAttribute Enum

Definition

Enumerates the attributes of a message.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INMessageAttribute
type INMessageAttribute = 
Inheritance
INMessageAttribute
Attributes

Fields

Flagged 3

The message is flagged for later attention.

Played 5

Indicates that the message should be marked as having been played.

Read 1

Indicates that the message should be marked as read.

Unflagged 4

The message is not flagged for later attention.

Unknown 0

The attribute cannot be determined.

Unread 2

Indicates that the message should be shown as unread.

Applies to