GoogleMobileAds.
Api.
AdInspectorError
Error information about why the ad inspector failed.
Summary
Inheritance
Inherits from: GoogleMobileAds.Api.AdErrorConstructors and Destructors
Public types
AdInspectorErrorCode
{
ERROR_CODE_INTERNAL_ERROR
= 0,
ERROR_CODE_FAILED_TO_LOAD
= 1,
ERROR_CODE_NOT_IN_TEST_MODE
= 2,
ERROR_CODE_ALREADY_OPEN
= 3
}
enum
Error information about why the ad inspector failed.
Public functions
GetCode
()
Returns the error code.
Public types
AdInspectorErrorCode
AdInspectorErrorCode
Error information about why the ad inspector failed.
Properties
Ad inspector cannot be opened because it is already open.
Ad inspector failed to load.
Ad inspector had an internal error.
Ad inspector cannot be opened because the device is not in test mode.
information.
Public functions
AdInspectorError
AdInspectorError ( IAdInspectorErrorClient client )
Creates an AdInspectorError .
Details
Parameters
client
A platform level IAdInspectorErrorClient implementation.

