KOStoryLinkInfo Class Reference

Inherits from NSObject
Declared in KOStoryLinkInfo.h

Overview

카카오스토리의 스크랩한 링크 정보를 담고 있는 구조체

  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

  host

스크랩한 host

@property (nonatomic, readonly) NSString *host

Declared In

KOStoryLinkInfo.h

  title

해당 웹 페이지의 제목

@property (nonatomic, readonly) NSString *title

Declared In

KOStoryLinkInfo.h

  image

해당 웹 페이지의 대표 이미지 주소의 url array (최대 3개)

@property (nonatomic, readonly) NSArray<NSString*> *image

Declared In

KOStoryLinkInfo.h

  desc

해당 웹 페이지의 설명

@property (nonatomic, readonly) NSString *desc

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