コンテンツにスキップ

ConsentDebugSettings

ConsentDebugSettings クラスは、特定のデバッグ地域を強制したり、テストデバイスIDを指定したりするなど、同意フローのテスト設定オプションを提供します。

プロパティ

debug_geography / DebugGeography

テスト目的でシミュレートするデバッグ地域。DebugGeography を参照してください。

var debug_geography: DebugGeography.Values
public DebugGeography DebugGeography { get; set; }

test_device_hashed_ids / TestDeviceHashedIds

同意フローでテストデバイスとして使用するハッシュ化されたデバイスIDのリスト。

var test_device_hashed_ids: Array[String]
public List<string> TestDeviceHashedIds { get; set; }