INSendMessageRecipientUnsupportedReason 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉不支援收件者的原因。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INSendMessageRecipientUnsupportedReason
type INSendMessageRecipientUnsupportedReason =
- 繼承
-
INSendMessageRecipientUnsupportedReason
- 屬性
欄位
MessagingServiceNotEnabledForRecipient | 3 | 表示收件者未在傳訊服務中啟用。 |
NoAccount | 1 | 表示收件者沒有帳戶。 |
NoHandleForLabel | 6 | |
NoValidHandle | 4 | |
Offline | 2 | 表示收件者已離線。 |
RequestedHandleInvalid | 5 |