ConsentDebugSettings

public class ConsentDebugSettings


ضبط إعدادات تصحيح الأخطاء لضبط القيمة الثابتة في طلبات الاختبار على requestConsentInfoUpdate

ملخّص

الأنواع المتداخلة

مطوّر ConsentDebugSettings.

@Retention(value = SOURCE)
@IntDef(value = [DebugGeography.DEBUG_GEOGRAPHY_DISABLED, DebugGeography.DEBUG_GEOGRAPHY_EEA, DebugGeography.DEBUG_GEOGRAPHY_NOT_EEA, DebugGeography.DEBUG_GEOGRAPHY_REGULATED_US_STATE, DebugGeography.DEBUG_GEOGRAPHY_OTHER])
public annotation ConsentDebugSettings.DebugGeography

قيم تصحيح الأخطاء لاختبار الموقع الجغرافي

الحقول العامة

final int
final boolean

الطرق العامة

int

الحصول على الموقع الجغرافي لتصحيح الأخطاء

boolean

تعرِض هذه السمة القيمة true إذا كان هذا الجهاز جهاز اختبار.

الحقول العامة

debugGeography

@ConsentDebugSettings.DebugGeography
public final int debugGeography

isTestDevice

public final boolean isTestDevice

الطرق العامة

getDebugGeography

@ConsentDebugSettings.DebugGeography
public int getDebugGeography()

الحصول على الموقع الجغرافي لتصحيح الأخطاء

isTestDevice

public boolean isTestDevice()

تعرِض هذه السمة القيمة true إذا كان هذا الجهاز جهاز اختبار.