KOBaseContext Class Reference
Inherits from | NSObject |
---|---|
Declared in | KOBaseContext.h KOBaseContext.m |
Overview
Copyright 2015 Kakao Corp.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Other Methods
– hasMoreItems
이후 페이지 목록이 존재하는지의 여부.
- (BOOL)hasMoreItems
Discussion
@property hasMoreItems
Declared In
KOBaseContext.h
Other Methods
secureResource
프로필 이미지, 썸네일 등의 리소스 url을 https로 반환할지 여부.
@property (nonatomic, readonly) BOOL secureResource
Discussion
@property secureResource
Declared In
KOBaseContext.h
limit
요청 시 제한하는 친구의 수.
@property (nonatomic, readonly) NSInteger limit
Discussion
@property limit
Declared In
KOBaseContext.h
ordering
정렬 방법.
@property (nonatomic, readonly) KOOrdering ordering
Discussion
@property ordering
Declared In
KOBaseContext.h
totalCount
목록의 전체 수.
@property (nonatomic, readonly) NSNumber *totalCount
Discussion
@property totalCount
Declared In
KOBaseContext.h
beforeURL
이전 페이지 목록의 요청 URL.
@property (nonatomic, readonly) NSString *beforeURL
Discussion
@property beforeURL
Declared In
KOBaseContext.h
afterURL
이후 페이지 목록의 요청 URL.
@property (nonatomic, readonly) NSString *afterURL
Discussion
@property afterURL
Declared In
KOBaseContext.h
contextID
현재 요청에 대한 식별자
@property (nonatomic, readonly) NSString *contextID
Discussion
@property contextID
Declared In
KOBaseContext.h