An object for receiving event notifications of loading an instream ad.
| void |
onInstreamAdFailedToLoad(int errorCode)
Called when an instream ad request failed.
|
| void |
Called when an instream ad request failed. The error code is usually
ERROR_CODE_INTERNAL_ERROR,
ERROR_CODE_INVALID_REQUEST,
ERROR_CODE_NETWORK_ERROR, or ERROR_CODE_NO_FILL.
Called when an instream ad successfully loads.
| ad | the loaded instream ad. |
|---|