OnAdInspectorClosedListener

public interface OnAdInspectorClosedListener


광고 검사기 UI가 닫힐 때 호출할 콜백의 인터페이스 정의입니다.

요약

공개 메서드

abstract void

광고 검사기 UI가 닫힐 때 호출됩니다.

공개 메서드

onAdInspectorClosed

abstract void onAdInspectorClosed(@Nullable AdInspectorError error)

광고 검사기 UI가 닫힐 때 호출됩니다.

매개변수
@Nullable AdInspectorError error

오류로 인해 광고 검사기 UI가 닫힌 경우 제공되는 오류 정보입니다.