KORelationValue Constants Reference

Declared in KOFriend.h

KORelationValue

친구 관계

*제휴를 통해 권한이 부여된 특정 앱에서만 사용 가능합니다.

Definition

typedef NS_ENUM(NSInteger, KORelationValue ) {
   KORelationValueFriend = 0,
   KORelationValueNotFriend = 1,
   KORelationValueNotAvailable = 2,
};

Constants

KORelationValueFriend

친구인 상태

Declared In KOFriend.h.

KORelationValueNotFriend

친구가 아닌 상태

Declared In KOFriend.h.

KORelationValueNotAvailable

친구인지 아닌지 알 수 없는 상태 (카카오톡 친구를 요청 했을 때, 카카오스토리 친구 관계를 알 수 없게 된다.)

Declared In KOFriend.h.

Declared In

KOFriend.h