INMessageAttributeOptions 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举消息的状态。
此枚举支持其成员值的按位组合。
[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 | 消息应显示为未读。 |