Structures

The following structures are available globally.

  • 카카오스토리 포스팅을 위한 스크랩 API 응답 클래스 입니다.

    Seealso

    StoryApi.linkInfo(url:)

    이 스크랩된 정보를 바탕으로 URL 링크를 포스팅 할 수 있습니다.

    Seealso

    StoryApi.postLink(content:linkInfo:permission:enableShare:androidExecParam:iosExecParam:androidMarketParam:iosMarketParam:)
    See more

    Declaration

    Swift

    public struct LinkInfo : Codable
  • 카카오스토리의 내스토리 정보 중 이미지 내용을 담고 있는 구조체 입니다.

    See more

    Declaration

    Swift

    public struct StoryMedia : Codable
  • 카카오스토리의 댓글 정보를 담고 있는 구조체 입니다.

    See more

    Declaration

    Swift

    public struct StoryComment : Codable
  • 카카오스토리의 작성자 정보를 담고 있는 구조체 입니다.

    See more

    Declaration

    Swift

    public struct StoryActor : Codable
  • 카카오스토리의 좋아요 등 느낌(이모티콘)에 대한 정보를 담고 있는 구조체 입니다.

    See more

    Declaration

    Swift

    public struct StoryLike : Codable
  • 스토리 조회 API 응답 클래스 입니다.

    Seealso

    StoryApi.story(id:)
    StoryApi.stories(lastId:)
    See more

    Declaration

    Swift

    public struct Story : Codable
  • 포스팅 결과 내용을 담고 있는 구조체 입니다.

    See more

    Declaration

    Swift

    public struct StoryPostResult : Codable
  • 카카오스토리 프로필 가져오기 API 응답 클래스 입니다.

    Seealso

    StoryApi.profile(secureResource:)
    See more

    Declaration

    Swift

    public struct StoryProfile : Codable