ConsentInformation.PrivacyOptionsRequirementStatus

enum ConsentInformation.PrivacyOptionsRequirementStatus


プライバシー オプションの要件のステータス。

概要

列挙値

NOT_REQUIRED

プライバシー オプションのエントリ ポイントは必須ではありません。

REQUIRED

プライバシー オプションのエントリ ポイントは必須です。

UNKNOWN

プライバシー オプションの要件のステータスは不明です。

パブリック関数

java-static ConsentInformation.PrivacyOptionsRequirementStatus!
valueOf(name: String!)

指定された名前のこの型の列挙型定数を返します。

java-static Array<ConsentInformation.PrivacyOptionsRequirementStatus!>!

宣言された順でこの列挙型の定数を含む配列を返します。

列挙値

NOT_REQUIRED

val ConsentInformation.PrivacyOptionsRequirementStatus.NOT_REQUIREDConsentInformation.PrivacyOptionsRequirementStatus

プライバシー オプションのエントリ ポイントは必須ではありません。

REQUIRED

val ConsentInformation.PrivacyOptionsRequirementStatus.REQUIREDConsentInformation.PrivacyOptionsRequirementStatus

プライバシー オプションのエントリ ポイントは必須です。

不明

val ConsentInformation.PrivacyOptionsRequirementStatus.UNKNOWNConsentInformation.PrivacyOptionsRequirementStatus

プライバシー オプションの要件のステータスは不明です。

パブリック関数

valueOf

java-static fun valueOf(name: String!): ConsentInformation.PrivacyOptionsRequirementStatus!

指定された名前のこの型の列挙型定数を返します。文字列は、この型で列挙型定数を宣言する識別子と完全に一致する必要があります。(余分な空白文字は許可されません)。

戻り値
ConsentInformation.PrivacyOptionsRequirementStatus!

指定された名前を持つ列挙型定数

例外
java.lang.IllegalArgumentException

この列挙型が指定された名前の定数を持たない場合

values

java-static fun values(): Array<ConsentInformation.PrivacyOptionsRequirementStatus!>!

宣言された順でこの列挙型の定数を含む配列を返します。このメソッドは定数を反復するために使用します。

戻り値
Array<ConsentInformation.PrivacyOptionsRequirementStatus!>!

この列挙型の定数を含む、宣言された順の配列