Package com.naver.ads.video.player
Class CompanionEvent.Error
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public final class CompanionEvent.Error extends CompanionEvent
Fired when an error occurs in the companion ad.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResolvedCompanionresolvedCompanionprivate final VideoAdErrorCodeerrorCode
-
Constructor Summary
Constructors Constructor Description CompanionEvent.Error(ResolvedCompanion resolvedCompanion, VideoAdErrorCode errorCode)
-
Method Summary
Modifier and Type Method Description final ResolvedCompaniongetResolvedCompanion()the companion ad. final VideoAdErrorCodegetErrorCode()the error code. -
-
Constructor Detail
-
CompanionEvent.Error
CompanionEvent.Error(ResolvedCompanion resolvedCompanion, VideoAdErrorCode errorCode)
-
-
Method Detail
-
getResolvedCompanion
final ResolvedCompanion getResolvedCompanion()
the companion ad.
-
getErrorCode
final VideoAdErrorCode getErrorCode()
the error code.
-
-
-
-