GoogleMobileAds.
Api.
AdInspectorError
Error information about why the ad inspector failed.
Summary
Inheritance
Inherits from: GoogleMobileAds.Api.AdErrorConstructors and Destructors
AdInspectorError
(IAdInspectorErrorClient client)
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
()
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 )
GetCode
new AdInspectorErrorCode GetCode ()

