共用方式為


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

表示訊息應該顯示為未讀取。

適用於