KOFriend Class Reference
Inherits from | KOUserInfo : NSObject |
---|---|
Declared in | KOFriend.h KOFriend.m |
Overview
Copyright 2015 Kakao Corp.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
appRegistered
친구의 앱 가입 여부
@property (nonatomic, readonly, getter=isAppRegistered) BOOL appRegistered
Discussion
@property appRegistered
Declared In
KOFriend.h
nickName
친구의 대표 프로필 닉네임. 앱 가입친구의 경우 앱에서 설정한 닉네임. 미가입친구의 경우 톡 또는 스토리의 닉네임
@property (nonatomic, readonly) NSString *nickName
Discussion
@property nickName
Declared In
KOFriend.h
thumbnailURL
친구의 썸네일 이미지
@property (nonatomic, readonly) NSString *thumbnailURL
Discussion
@property thumbnailURL
Declared In
KOFriend.h
talkOS
톡에 가입된 기기의 os 정보 (android / ios)
@property (nonatomic, readonly) KOOSPropertyType talkOS
Discussion
@property talkOS
Declared In
KOFriend.h
allowedTalkMessaging
메시지 수신이 허용되었는지 여부. 앱가입 친구의 경우는 feed msg에 해당. 앱미가입친구는 invite msg에 해당
@property (nonatomic, readonly, getter=isAllowedTalkMessaging) BOOL allowedTalkMessaging
Discussion
@property allowedTalkMessaging
Declared In
KOFriend.h
talkRelation
나와의 카카오톡 친구 관계
@property (nonatomic, readonly) KORelationValue talkRelation
Discussion
@property talkRelation
Declared In
KOFriend.h
storyRelation
나와의 카카오스토리 친구 관계
@property (nonatomic, readonly) KORelationValue storyRelation
Discussion
@property storyRelation
Declared In
KOFriend.h