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