Package com.naver.ads.video
Interface VideoAdErrorListener
-
- All Implemented Interfaces:
public interface VideoAdErrorListenerInterface that will listen to VideoAdError.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdError(VideoAdError error)Called when an error occurs. -
-
Method Detail
-
onAdError
abstract Unit onAdError(VideoAdError error)
Called when an error occurs.
-
-
-
-