Contents

CXHandle

A way to reach a call recipient, such as a phone number or email address.

Declaration

class CXHandle

Mentioned in

Overview

When the telephony provider receives an incoming call or the user starts an outgoing call, the other caller is identified by a CXHandle object. For a caller identified by a phone number, the handle type is CXHandle.HandleType.phoneNumber and the value is a sequence of digits. For a caller identified by an email address, the handle type is CXHandle.HandleType.emailAddress and the value is an email address. For a caller identified in any other way, the handle type is CXHandle.HandleType.generic and the value typically follows some domain-specific format, such as a username, numeric ID, or URL.

Topics

Creating New Handles

Accessing Handle Attributes

Constants

Initializers

See Also

Call information