KOFriendFilterType Constants Reference

Declared in KOFriendContext.h

KOFriendFilterType

친구 필터링 타입.

Definition

typedef NS_ENUM(NSInteger, KOFriendFilterType ) {
   KOFriendFilterTypeDefault = -1,
   KOFriendFilterTypeAll = 0,
   KOFriendFilterTypeRegistered = 1,
   KOFriendFilterTypeInvitableNotRegistered = 2,
};

Constants

KOFriendFilterTypeDefault

서버 기본값 사용.

Declared In KOFriendContext.h.

KOFriendFilterTypeAll

전체 친구.

Declared In KOFriendContext.h.

KOFriendFilterTypeRegistered

앱 가입 친구.

Declared In KOFriendContext.h.

KOFriendFilterTypeInvitableNotRegistered

앱 미가입 친구.

Declared In KOFriendContext.h.

Declared In

KOFriendContext.h