Package com.yandex.mobile.ads.common
Interface AdError
-
- All Implemented Interfaces:
public interface AdErrorClass containing errors that can occur during an ad request.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDescription()Returns an error description. -
-
Method Detail
-
getDescription
abstract String getDescription()
Returns an error description.
-
-
-
-