A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
V
- valueOf(java.lang.String) - function in com.naver.ads.video.VideoAdErrorCode
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.VideoAdErrorType
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.VideoAdEventType
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.VideoAdMimeType
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.VideoAdState
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.player.CompanionAdSlot.RenderingType
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.player.PlaybackState
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.IconDisplayInfo.IconStaticResource
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.ResolvedCompanion.RenderingMode
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.ResolvedCompanion.Required
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.raw.AdType
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.raw.Delivery
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.raw.MediaType
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in com.naver.ads.video.vast.raw.VastEvent
- Returns the enum constant of this type with the specified name.
- valueOfCode(java.lang.String) - function in com.naver.ads.video.vast.IconDisplayInfo.IconStaticResource.Companion
- values() - function in com.naver.ads.video.VideoAdErrorCode
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.VideoAdErrorType
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.VideoAdEventType
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.VideoAdMimeType
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.VideoAdState
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.player.CompanionAdSlot.RenderingType
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.player.PlaybackState
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.IconDisplayInfo.IconStaticResource
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.ResolvedCompanion.RenderingMode
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.ResolvedCompanion.Required
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.raw.AdType
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.raw.Delivery
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.raw.MediaType
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in com.naver.ads.video.vast.raw.VastEvent
- Returns an array containing the constants of this enum type, in the order they're declared.
- Vast - class in com.naver.ads.video.vast.raw
- Represents a parsed
<Vast>element. - VAST_EMPTY_RESPONSE - enum entry in com.naver.ads.video.VideoAdErrorCode
a VAST response containing a single
<VAST>tag with no child tags.- VAST_LOAD_TIMEOUT - enum entry in com.naver.ads.video.VideoAdErrorCode
at least one VAST wrapper ad loaded successfully and a subsequent wrapper or inline ad load has timed out.
- VAST_MEDIA_LOAD_TIMEOUT - enum entry in com.naver.ads.video.VideoAdErrorCode
failed to load media assets from a VAST response. The default timeout for media loading is 8 seconds.
- VAST_PARSING_ERROR - enum entry in com.naver.ads.video.VideoAdErrorCode
the ad response was not recognized as a valid VAST ad.
- VAST_TOO_MANY_REDIRECTS - enum entry in com.naver.ads.video.VideoAdErrorCode
the maximum number of VAST wrapper redirects has been reached.
- VAST_TRAFFICKING_ERROR - enum entry in com.naver.ads.video.VideoAdErrorCode
trafficking error. Video player received an ad type that it was not expecting and/or cannot display.
- VastEvent - class in com.naver.ads.video.vast.raw
- The event of VAST.
- VastEvent.Companion - class in com.naver.ads.video.vast.raw.VastEvent
- VastEventProvider - class in com.naver.ads.video.player
- Provides the event related to Vast.
- vastLoadTimeout(java.lang.Long) - function in com.naver.ads.video.VideoAdsRequest.Builder
- Sets the vastLoadTimeout.
- vastLoadTimeout(java.lang.Long) - function in com.naver.ads.video.vast.VastParserOptions.Builder
- Sets the specifies the VAST load timeout in milliseconds for a single wrapper.
- vastMacros(java.util.Map) - function in com.naver.ads.video.VideoAdsRequest.Builder
- Sets the VAST Macro parameters.
- vastMacros(java.util.Map) - function in com.naver.ads.video.vast.VastParserOptions.Builder
- Sets the VAST Macro parameters.
- VastParser - class in com.naver.ads.video.vast
- The class that provides methods to fetch and parse a VAST document.
- VastParser.Companion - class in com.naver.ads.video.vast.VastParser
- VastParser.PreOptimizationOptions - class in com.naver.ads.video.vast.VastParser
- Defines parameters that pre-optimize the vast response.
- VastParserListener - class in com.naver.ads.video.vast
- Interface that will listen to event of VastParser
- VastParserOptions - class in com.naver.ads.video.vast
- Defines parameters that control the parsing of vast.
- VastParserOptions.Builder - class in com.naver.ads.video.vast.VastParserOptions
- Builder for VastParserOptions instances.
- VastRequestSource - class in com.naver.ads.video
- Defines the source for request of vast.
- VastRequestSource.UriSource - class in com.naver.ads.video.VastRequestSource
- VastRequestSource containing a uri.
- VastRequestSource.XmlSource - class in com.naver.ads.video.VastRequestSource
- VastRequestSource containing a vast xml.
- Verification - class in com.naver.ads.video.vast.raw
- Represents a parsed
<Verification>element. - VIDEO - enum entry in com.naver.ads.video.vast.raw.AdType
- VIDEO_PLAY_ERROR - enum entry in com.naver.ads.video.VideoAdErrorCode
there was an error playing the video ad.
- VideoAdDisplayContainer - class in com.naver.ads.video.player
- A container in which to display the ads.
- VideoAdError - class in com.naver.ads.video
- An error that occurred in the video ads.
- VideoAdErrorCode - class in com.naver.ads.video
- The types of error that can be encountered.
- VideoAdErrorListener - class in com.naver.ads.video
- Interface that will listen to VideoAdError.
- VideoAdErrorType - class in com.naver.ads.video
- Specifies when the error was encountered, during either ad loading or playback.
- VideoAdEvent - class in com.naver.ads.video
- Event to notify publisher that an event occurred with an SelectedAd
- VideoAdEvent.VideoAdEventListener - class in com.naver.ads.video.VideoAdEvent
- Listener interface for VideoAdEvent
- VideoAdEventType - class in com.naver.ads.video
- Types of events that can occur during ad playback.
- VideoAdLoadError - class in com.naver.ads.video
- An error that occurred while loading the video ad.
- VideoAdMimeType - class in com.naver.ads.video
- Defines the mime and delivery type of video ads.
- VideoAdMimeType.Companion - class in com.naver.ads.video.VideoAdMimeType
- VideoAdPlayer - class in com.naver.ads.video.player
- Defines the set of methods that a video player must implement to be used by the Naver Ads Services SDK, as well as a set of listeners that it must fire.
- VideoAdPlayer.VideoAdPlayerListener - class in com.naver.ads.video.player.VideoAdPlayer
- Listener that the player must fire.
- VideoAdPlayError - class in com.naver.ads.video
- An error that occurred during video ad playback.
- VideoAdsLoader - class in com.naver.ads.video
- An object which allows publishers to request ads from ad servers.
- VideoAdsLoader.AdsLoadedListener - class in com.naver.ads.video.VideoAdsLoader
- Listener interface for notification of ad load completion.
- VideoAdsLoader.Companion - class in com.naver.ads.video.VideoAdsLoader
- VideoAdsManager - class in com.naver.ads.video
- An object which handles playing ads after they've been received from the server.
- VideoAdsManager.Companion - class in com.naver.ads.video.VideoAdsManager
- VideoAdsOptimizationOptions - class in com.naver.ads.video
- The options for optimization of video ads.
- VideoAdsRenderingOptions - class in com.naver.ads.video
- Defines parameters that control the rendering of video ads.
- VideoAdsRenderingOptions.Builder - class in com.naver.ads.video.VideoAdsRenderingOptions
- Builder for VideoAdsRenderingOptions instances.
- VideoAdsRequest - class in com.naver.ads.video
- An object containing the data used to request video ads from the server.
- VideoAdsRequest.Builder - class in com.naver.ads.video.VideoAdsRequest
- Builder for VideoAdsRequest instances.
- VideoAdsRequestSource - class in com.naver.ads.video
- Defines the source for request of video ads.
- VideoAdState - class in com.naver.ads.video
- The state of ad playback.
- VideoCacheManager - class in com.naver.ads.video.player
- controls cache for VideoPlayer.
- VideoCacheManager.Companion - class in com.naver.ads.video.player.VideoCacheManager
- VideoClicks - class in com.naver.ads.video.vast.raw
- Represents a parsed
<VideoClicks>element. - VideoPlayer - class in com.naver.ads.video.player
- A video player interface.
- VideoPlayer.Companion - class in com.naver.ads.video.player.VideoPlayer
- VideoPlayer.PlayerListener - class in com.naver.ads.video.player.VideoPlayer
- Listener of this player.
- VideoPlayerProvider - class in com.naver.ads.video.player.provider
- VideoPlayerProvider.Companion - class in com.naver.ads.video.player.provider.VideoPlayerProvider
- VideoProgressUpdate - class in com.naver.ads.video
- Defines an update to the video's progress.
- VideoTimeBar - class in com.naver.ads.video.player
- A time bar of video ad that shows a current position, buffered position, duration
- ViewableImpression - class in com.naver.ads.video.vast.raw
- Represents a parsed
<ViewableImpression>element. - VolumeProvider - class in com.naver.ads.video.player
- An interface for exposing player volume.