ABPersonInstantMessageService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
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
- <xref:AddressBook.ABPerson.GetInstantMessages>
- SetInstantMessages(ABMultiValue<NSDictionary>)