コンテンツにスキップ

ConsentInformation.ConsentStatus

ユーザーの同意ステータスを示します。ConsentInformation クラス内で定義されています。

# Access via ConsentStatus
enum ConsentStatus {
    UNKNOWN = 0,
    NOT_REQUIRED = 1,
    REQUIRED = 2,
    OBTAINED = 3
}
public enum ConsentStatus
{
    Unknown = 0,
    NotRequired = 1,
    Required = 2,
    Obtained = 3
}