ContentType

public enum ContentType : String

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

  • プレーンタイプ

    Declaration

    Swift

    case PLAIN = "plain"
  • JSONテンプレートタイプ

    Declaration

    Swift

    case JSON = "json"
  • ポップアップタイプ

    Declaration

    Swift

    case POPUP = "popup"
  • タイプ不明

    Declaration

    Swift

    case UNKNOWN = "unknown"