ABPersonInstantMessageService Class

Definition

Possible Service key values.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public static class ABPersonInstantMessageService
type ABPersonInstantMessageService = class
Inheritance
ABPersonInstantMessageService
Attributes

Remarks

Instant message information is stored within NSDictionary instances where the the Service key is used to store the service name, and the Username key is used to store the service login name.

The ABPersonInstantMessageService stores predefined Service values.

Properties

Aim

Represents the value associated with the constant kABPersonInstantMessageServiceAIM

Facebook

Represents the value associated with the constant kABPersonInstantMessageServiceFacebook

GaduGadu

Represents the value associated with the constant kABPersonInstantMessageServiceGaduGadu

GoogleTalk

Represents the value associated with the constant kABPersonInstantMessageServiceGoogleTalk

Icq

Represents the value associated with the constant kABPersonInstantMessageServiceICQ

Jabber

Represents the value associated with the constant kABPersonInstantMessageServiceJabber

Msn

Represents the value associated with the constant kABPersonInstantMessageServiceMSN

QQ

Represents the value associated with the constant kABPersonInstantMessageServiceQQ

Skype

Represents the value associated with the constant kABPersonInstantMessageServiceSkype

Yahoo

Represents the value associated with the constant kABPersonInstantMessageServiceYahoo

Applies to

See also