MediaType
public enum MediaType : String, Codable
스토리의 미디어 형식 열거형
-
지원되지 않는 미디어 형식
Declaration
Swift
case NotSupported = "NOT_SUPPORTED"
-
텍스트 형식
Declaration
Swift
case Note = "NOTE"
-
이미지 형식
Declaration
Swift
case Photo = "PHOTO"