KOFriendContext Class Reference

Inherits from KOBaseContext : NSObject
Declared in KOFriendContext.h

Overview

친구 목록 페이징의 정보를 처리하기 위한 Context

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

  serviceType

친구 목록을 가져올 서비스 타입

@property (nonatomic, readonly) KOFriendServiceType serviceType

Declared In

KOFriendContext.h

  filterType

친구 필터링 타입

@property (nonatomic, readonly) KOFriendFilterType filterType

Declared In

KOFriendContext.h

  orderType

친구 정렬 타입

@property (nonatomic, readonly) KOFriendOrderType orderType

Declared In

KOFriendContext.h

  favoriteCount

내려온 친구 목록 중 즐겨찾기에 등록되어 있는 친구 수

@property (nonatomic, readonly) NSNumber *favoriteCount

Discussion

Warning: 값을 가져오려면, 이 컨텍스트로 KOSessionTask 친구 목록을 조회해야 합니다.

Declared In

KOFriendContext.h

+ contextWithServiceType:filterType:

친구 페이징 Context 를 생성한다.

+ (instancetype)contextWithServiceType:(KOFriendServiceType)serviceType filterType:(KOFriendFilterType)filterType

Parameters

serviceType

친구 목록을 가져올 서비스 타입

filterType

친구 필터링 타입

Declared In

KOFriendContext.h

+ contextWithServiceType:filterType:limit:

친구 페이징 Context 를 생성한다.

+ (instancetype)contextWithServiceType:(KOFriendServiceType)serviceType filterType:(KOFriendFilterType)filterType limit:(NSInteger)limit

Parameters

serviceType

친구 목록을 가져올 서비스 타입

filterType

친구 필터링 타입

limit

요청 시 제한하는 친구의 수

Declared In

KOFriendContext.h

+ contextWithServiceType:filterType:limit:orderType:ordering:

친구 페이징 Context 를 생성한다.

+ (instancetype)contextWithServiceType:(KOFriendServiceType)serviceType filterType:(KOFriendFilterType)filterType limit:(NSInteger)limit orderType:(KOFriendOrderType)orderType ordering:(KOOrdering)ordering

Parameters

serviceType

친구 목록을 가져올 서비스 타입

filterType

친구 필터링 타입

limit

요청 시 제한하는 친구의 수

orderType

친구 정렬 타입

ordering

정렬 방법

Declared In

KOFriendContext.h

– initWithServiceType:filterType:limit:orderType:ordering:

친구 페이징 Context 를 초기화한다.

- (instancetype)initWithServiceType:(KOFriendServiceType)serviceType filterType:(KOFriendFilterType)filterType limit:(NSInteger)limit orderType:(KOFriendOrderType)orderType ordering:(KOOrdering)ordering

Parameters

serviceType

친구 목록을 가져올 서비스 타입

filterType

친구 필터링 타입

limit

요청 시 제한하는 친구의 수

orderType

친구 정렬 타입

ordering

정렬 방법

Declared In

KOFriendContext.h