다음을 통해 공유


ABPersonInstantMessageKey 클래스

정의

NSDictionary 인스턴트 메시지 서비스에 사용할 ABPerson 키입니다.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public static class ABPersonInstantMessageKey
type ABPersonInstantMessageKey = class
상속
ABPersonInstantMessageKey
특성

설명

단일 NSDictionary 인스턴스는 인스턴트 메시지 서비스의 여러 부분에 대한 정보를 포함하는 사전 키 및 값을 사용하여 단일 인스턴트 메시지 서비스에 대한 정보를 저장합니다.

NSDictionary instantMessage = NSDictionary.FromObjectsAndKeys(
    new NSObject[]{
        ABPersonInstantMessageService.Jabber,
        new NSString ("user@example.org"),
    },
    new NSObject[]{
        ABPersonInstantMessageKey.Service,
        ABPersonInstantMessageKey.Username,
    }
);
ABMutableDictionaryMultiValue instantMessages = new ABMutableDictionaryMultiValue() {
    { address, ABLabel.Home },
};
ABPerson person = GetMeSomePerson();
person.SetInstantMessages(addresses);

속성

Service

상수 kABPersonInstantMessageServiceKey와 연결된 값을 나타냅니다.

Username

상수 kABPersonInstantMessageUsernameKey와 연결된 값을 나타냅니다.

적용 대상

추가 정보