onNativeAdFailedToLoad

Method called when the native ad loading has failed. Important note : this method will be executed in a thread different from the main UI thread. Therefore, any code that needs to be executed in the main thread must be run using (for example) SASUtil.getMainLooperHandler().post(new Runnable() {}});

Parameters

e

the Exception describing the failure