KOFriendOrderType Constants Reference
Declared in | KOFriendContext.h |
---|
KOFriendOrderType
친구 정렬 타입
*제휴를 통해 권한이 부여된 특정 앱에서만 사용 가능합니다.
Definition
typedef NS_ENUM(NSInteger, KOFriendOrderType ) {
KOFriendOrderTypeDefault = -1,
KOFriendOrderTypeNickName = 0,
KOFriendOrderTypeRecentChatting = 1,
KOFriendOrderTypeTalkUserCreatedAt = 2,
KOFriendOrderTypeAge = 3,
KOFriendOrderTypeAffinity = 4,
KOFriendOrderTypeFavorite = 5,
};
Constants
KOFriendOrderTypeDefault
-
서버 기본값 사용
Declared In
KOFriendContext.h
. KOFriendOrderTypeNickName
-
닉네임 정렬
Declared In
KOFriendContext.h
. KOFriendOrderTypeRecentChatting
-
최근 대화순 정렬 (Deprecated: 서버에서 더 이상 사용되지 않는 값이므로 요청 파라미터에 추가되지 않습니다.)
Declared In
KOFriendContext.h
. KOFriendOrderTypeTalkUserCreatedAt
-
카카오톡 가입일 순 정렬 (Deprecated: 서버에서 더 이상 사용되지 않는 값이므로 요청 파라미터에 추가되지 않습니다.)
Declared In
KOFriendContext.h
. KOFriendOrderTypeAge
-
나이 정렬
Declared In
KOFriendContext.h
. KOFriendOrderTypeAffinity
-
친밀도 정렬 (Deprecated: 서버에서 더 이상 사용되지 않는 값이므로 요청 파라미터에 추가되지 않습니다.)
Declared In
KOFriendContext.h
. KOFriendOrderTypeFavorite
-
즐겨찾기 정렬
Declared In
KOFriendContext.h
.
Declared In
KOFriendContext.h