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을 반환합니다.