Package com.naver.ads.video.player
Class NonLinearEvent.Error
-
- All Implemented Interfaces:
-
com.naver.ads.video.player.VastEventProvider
public final class NonLinearEvent.Error extends NonLinearEvent
Fired when an error occurs in the non linear ad.
-
-
Field Summary
Fields Modifier and Type Field Description private final VideoAdErrorCodeerrorCode
-
Constructor Summary
Constructors Constructor Description NonLinearEvent.Error(ResolvedNonLinear resolvedNonLinear, VideoAdErrorCode errorCode)
-
Method Summary
Modifier and Type Method Description final VideoAdErrorCodegetErrorCode()the error code. -
-
Constructor Detail
-
NonLinearEvent.Error
NonLinearEvent.Error(ResolvedNonLinear resolvedNonLinear, VideoAdErrorCode errorCode)
- Parameters:
resolvedNonLinear- the non linear ad.
-
-
Method Detail
-
getErrorCode
final VideoAdErrorCode getErrorCode()
the error code.
-
-
-
-