ConsentDebugSettings.Builder

public class ConsentDebugSettings.Builder


Konstruktor ConsentDebugSettings.

Podsumowanie

Konstruktory publiczne

Builder(Context context)

Metody publiczne

ConsentDebugSettings.Builder

Rejestruje urządzenie jako urządzenie testowe.

ConsentDebugSettings

Kompiluje ConsentDebugSettings.

ConsentDebugSettings.Builder

Ustawia region debugowania na potrzeby testów.

Konstruktory publiczne

Monter

public Builder(Context context)

Metody publiczne

addTestDeviceHashedId

@CanIgnoreReturnValue
public ConsentDebugSettings.Builder addTestDeviceHashedId(String hashedId)

Rejestruje urządzenie jako urządzenie testowe. Urządzenia testowe uwzględniają ustawienia debugowania geografii, aby ułatwić testowanie. Urządzenia testowe muszą być dodawane pojedynczo, aby ustawienia debugowania geografii nie zostały przypadkowo udostępnione wszystkim użytkownikom.

Po wywołaniu przez aplikację funkcji requestConsentInfoUpdate możesz uzyskać dostęp do zaszyfrowanego identyfikatora urządzenia z logcat.

Parametry
String hashedId

Zaszyfrowany identyfikator urządzenia, który powinien być uważany za urządzenie do debugowania.

kompilacja

public ConsentDebugSettings build()

Kompiluje ConsentDebugSettings.

setDebugGeography

@CanIgnoreReturnValue
public ConsentDebugSettings.Builder setDebugGeography(
    @ConsentDebugSettings.DebugGeography int debugGeography
)

Ustawia region debugowania na potrzeby testów.

Wartością domyślną jest DEBUG_GEOGRAPHY_DISABLED.