MediaType

public enum MediaType : String, Codable

스토리의 미디어 형식 열거형

  • 지원되지 않는 미디어 형식

    Declaration

    Swift

    case NotSupported = "NOT_SUPPORTED"
  • 텍스트 같은 노트 형식

    Declaration

    Swift

    case Note = "NOTE"
  • 사진 이미지 같은 포토 형식

    Declaration

    Swift

    case Photo = "PHOTO"