KOStoryLinkInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | KOStoryLinkInfo.h KOStoryLinkInfo.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.
url
스크랩 한 주소의 URL. shorten URL의 경우 resolution한 실제 URL
@property (nonatomic, readonly) NSString *url
Discussion
@property url
Declared In
KOStoryLinkInfo.h
requestedUrl
요청시의 URL 원본. resolution을 하기 전의 URL
@property (nonatomic, readonly) NSString *requestedUrl
Discussion
@property requestedUrl
Declared In
KOStoryLinkInfo.h
host
스크랩한 host
@property (nonatomic, readonly) NSString *host
Discussion
@property host
Declared In
KOStoryLinkInfo.h
title
해당 웹 페이지의 제목
@property (nonatomic, readonly) NSString *title
Discussion
@property title
Declared In
KOStoryLinkInfo.h
image
해당 웹 페이지의 대표 이미지 주소의 url array. 최대 3개.
@property (nonatomic, readonly) NSArray<NSString*> *image
Discussion
@property image
Declared In
KOStoryLinkInfo.h
desc
해당 웹 페이지의 설명
@property (nonatomic, readonly) NSString *desc
Discussion
@property desc
Declared In
KOStoryLinkInfo.h
section
해당 웹 페이지의 섹션 정보
@property (nonatomic, readonly) NSString *section
Discussion
@property section
Declared In
KOStoryLinkInfo.h
type
해당 웹 페이지의 콘텐츠 타입. 예) video, music, book, article, profile, website 등.
@property (nonatomic, readonly) NSString *type
Discussion
@property type
Declared In
KOStoryLinkInfo.h