ContentMedia

public enum ContentMedia : String

コンテントのメディア種別を定義した列挙クラス

  • APP

    アプリ向けコンテントタイプ

    Declaration

    Swift

    case APP = "app"
  • WEB

    WEB向けコンテントタイプ

    Declaration

    Swift

    case WEB = "web"
  • コンテントタイプ不明

    Declaration

    Swift

    case UNKNOWN = "unknown"