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 दिखाता है.