INSendMessageRecipientUnsupportedReason Enum

Definition

Enumerates reasons that a recipient was not supported.

[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 = 
Inheritance
INSendMessageRecipientUnsupportedReason
Attributes

Fields

MessagingServiceNotEnabledForRecipient 3

Indicates that the recipient was not enabled in the messaging service.

NoAccount 1

Indicates that the recipient had no account.

NoHandleForLabel 6
NoValidHandle 4
Offline 2

Indicates that the recipient is offline.

RequestedHandleInvalid 5

Applies to