CXHandleType Enum

Definition

Enumerates handle types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXHandleType
type CXHandleType = 
Inheritance
CXHandleType
Attributes

Fields

EmailAddress 3

The handle is an email address.

Generic 1

The handle is an arbitrary string.

PhoneNumber 2

The handle is a phone number.

Remarks

Handles act as identifiers for VOIP users.

Applies to