Contents

CNInstantMessageAddress

An immutable object representing an instant message address for the contact.

Declaration

class CNInstantMessageAddress

Overview

Use the methods and properties of CNInstantMessageAddress to identify instant messaging addresses. Some instant message services, such as Facebook and Skype are predefined in this class. You can also specify your own instant message service using the init(username:service:) method.

CNInstantMessageAddress objects are thread-safe, and you may access their properties from any thread of your app.

Topics

Creating an Instant Message Address

Getting the Address Information

Getting Localized Address Information

Getting Localized Service Names

Initializers

See Also

Addresses