INMessageAttribute 枚举

定义

枚举消息的属性。

[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 = 
继承
INMessageAttribute
属性

字段

Flagged 3

已标记该消息供以后注意。

Played 5

指示消息应标记为已播放。

Read 1

指示消息应标记为已读。

Unflagged 4

不会标记该消息供以后注意。

Unknown 0

无法确定属性。

Unread 2

指示消息应显示为未读。

适用于