INMessageAttributeOptions 枚举

定义

枚举消息的状态。

此枚举支持其成员值的按位组合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum INMessageAttributeOptions
type INMessageAttributeOptions = 
继承
INMessageAttributeOptions
属性

字段

Flagged 4

消息已标记。

Played 16

消息标记为已播放。

Read 1

消息标记为已读。

Unflagged 8

未标记消息。

Unread 2

消息应显示为未读。

适用于