次の方法で共有


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

メッセージを未読として表示する必要があることを示します。

適用対象