ContentType public enum ContentType : String コンテントの種別を定義した列挙クラス PLAIN プレーンタイプ Declaration Swift case PLAIN = "plain" JSON JSONテンプレートタイプ Declaration Swift case JSON = "json" POPUP ポップアップタイプ Declaration Swift case POPUP = "popup" UNKNOWN タイプ不明 Declaration Swift case UNKNOWN = "unknown" © 2023 BrainPad, Inc.. All rights reserved. (Last updated: 2023-10-26) Generated by jazzy ♪♫ v0.14.4, a Realm project.