INMessageAttribute 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉訊息的屬性。
[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 | 表示訊息應該顯示為未讀取。 |