TealiumConsentCategories
Tealiumの同意カテゴリに関するメソッドを提供します。
クラス: TealiumConsentCategories
以下は、iOS(Swift)のTealiumConsentCategories
クラスの一般的に使用されるメソッドをまとめたものです。
メソッド | 説明 |
---|---|
all() |
サポートされているすべての同意カテゴリのリストを返します |
consentCategoriesStringArrayToEnum() |
同意したカテゴリを列挙型として返し、同意したカテゴリの文字列配列から変換します |
all()
サポートされているすべての同意カテゴリのリストを返します。
TealiumConsentCategories.all()
戻り値の型 | 説明 |
---|---|
[TealiumConsentCategories] |
現在実装されているすべての同意カテゴリ |
以下は、[TealiumConsentCategories]
から現在実装されているすべての同意カテゴリをリストします:
[.analytics
.affiliates
.displayAds
.email
.personalization
.search
.social
.bigData
.mobile
.engagement
.monitoring
.cdm
.cdp
.cookiematch
.misc]
consentCategoriesStringArrayToEnum()
同意したカテゴリを列挙型として返し、同意したカテゴリの文字列配列から変換します。無効な文字列値は結果の配列から省略されます。
consentCategoriesStringArrayToEnum(categories)
パラメータ | 型 | 説明 | 例 |
---|---|---|---|
categories |
[String] |
TealiumConsentCategoriesの配列に変換するための文字列の配列 | ["analytics", "bigData"] |
最終更新日 :: 2024年March月29日