KOChatFilters Constants Reference
Declared in | KOChatContext.h |
---|
KOChatFilters
챗목록 필터링 옵션들
*제휴를 통해 권한이 부여된 특정 앱에서만 사용 가능합니다.
Definition
typedef NS_ENUM(NSInteger, KOChatFilters ) {
KOChatFilterNone = 0,
KOChatFilterDirect = 1,
KOChatFilterMulti = 1 < < 1,
KOChatFilterRegular = 1 < < 2,
KOChatFilterOpen = 1 < < 3,
};
Constants
KOChatFilterNone
-
필터링 하지 않는다. (서버에서 내려주는 목록을 그대로 결과로 받는다)
Declared In
KOChatContext.h
. KOChatFilterDirect
-
1:1 채팅방만 필터링하여 결과에 포함시킨다.
Declared In
KOChatContext.h
. KOChatFilterMulti
-
그룹 채팅방만 필터링하여 결과에 포함시킨다.
Declared In
KOChatContext.h
. KOChatFilterRegular
-
일반 채팅방만 필터링하여 결과에 포함시킨다.
Declared In
KOChatContext.h
. KOChatFilterOpen
-
오픈 채팅방만 필터링하여 결과에 포함시킨다.
Declared In
KOChatContext.h
.
Declared In
KOChatContext.h