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

KOChatFilter 챗목록 필터링 옵션들. @constant KOChatFilterNone 필터링 하지 않는다 (서버에서 내려주는 목록을 그대로 결과로 받는다). @constant KOChatFilterDirect 1:1 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterMulti 그룹 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterRegular 일반 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterOpen 오픈 채팅방만 필터링하여 결과에 포함시킨다.

Declared In KOChatContext.h.

KOChatFilterDirect

KOChatFilter 챗목록 필터링 옵션들. @constant KOChatFilterNone 필터링 하지 않는다 (서버에서 내려주는 목록을 그대로 결과로 받는다). @constant KOChatFilterDirect 1:1 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterMulti 그룹 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterRegular 일반 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterOpen 오픈 채팅방만 필터링하여 결과에 포함시킨다.

Declared In KOChatContext.h.

KOChatFilterMulti

KOChatFilter 챗목록 필터링 옵션들. @constant KOChatFilterNone 필터링 하지 않는다 (서버에서 내려주는 목록을 그대로 결과로 받는다). @constant KOChatFilterDirect 1:1 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterMulti 그룹 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterRegular 일반 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterOpen 오픈 채팅방만 필터링하여 결과에 포함시킨다.

Declared In KOChatContext.h.

KOChatFilterRegular

KOChatFilter 챗목록 필터링 옵션들. @constant KOChatFilterNone 필터링 하지 않는다 (서버에서 내려주는 목록을 그대로 결과로 받는다). @constant KOChatFilterDirect 1:1 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterMulti 그룹 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterRegular 일반 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterOpen 오픈 채팅방만 필터링하여 결과에 포함시킨다.

Declared In KOChatContext.h.

KOChatFilterOpen

KOChatFilter 챗목록 필터링 옵션들. @constant KOChatFilterNone 필터링 하지 않는다 (서버에서 내려주는 목록을 그대로 결과로 받는다). @constant KOChatFilterDirect 1:1 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterMulti 그룹 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterRegular 일반 채팅방만 필터링하여 결과에 포함시킨다. @constant KOChatFilterOpen 오픈 채팅방만 필터링하여 결과에 포함시킨다.

Declared In KOChatContext.h.

Declared In

KOChatContext.h