ConsentDebugSettings

public class ConsentDebugSettings


Defina as configurações de depuração para codificar solicitações de teste em requestConsentInfoUpdate.

Resumo

Tipos aninhados

Builder de 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

Valores de depuração para testar a geografia.

Campos públicos

final int
final boolean

Métodos públicos

int

Recebe a geografia de depuração.

boolean

Retorna true se o dispositivo for de teste.

Campos públicos

debugGeography

@ConsentDebugSettings.DebugGeography
public final int debugGeography

isTestDevice

public final boolean isTestDevice

Métodos públicos

getDebugGeography

@ConsentDebugSettings.DebugGeography
public int getDebugGeography()

Recebe a geografia de depuração.

isTestDevice

public boolean isTestDevice()

Retorna true se o dispositivo for de teste.