A
- abandonAudioFocusIfHeld() - function in com.naver.ads.video.AudioFocusManager
- Abandon audio focus if held.
- ACCEPT_INVITATION - enum entry in com.naver.ads.video.vast.raw.VastEvent
The user clicked or otherwise activated a control used to pause streaming content, which either expands the ad within the player’s viewable area or
takes-overthe streaming content area by launching an additional portion of the ad. An ad in video format ad is usually played upon acceptance, but other forms of media such as games, animation, tutorials, social media, or other engaging media are also used.- Ad - class in com.naver.ads.video.vast.raw
- Represents a parsed
<Ad>element. - AD_BUFFERING - enum entry in com.naver.ads.video.VideoAdEventType
fired when playback stalls while the ad buffers.
- AD_CLICKED - enum entry in com.naver.ads.video.VideoAdEventType
fired when a linear or non-linear ad is clicked.
- AD_CLICKED_BUT_NOT_WORK - enum entry in com.naver.ads.video.VideoAdEventType
fired when an ad clicked but not worked due to empty click through url.
- AD_CLOSE_REQUESTED - enum entry in com.naver.ads.video.VideoAdEventType
fired when ad should be closed.
- AD_COLLAPSE - enum entry in com.naver.ads.video.vast.raw.VastEvent
The user activated a control to reduce the creative to its original dimensions.
- AD_EXPAND - enum entry in com.naver.ads.video.vast.raw.VastEvent
The user activated a control to expand the creative.
- AD_PROGRESS - enum entry in com.naver.ads.video.VideoAdEventType
fired to inform of ad progress and can be used by publisher to display a countdown timer.
- addAdErrorListener(com.naver.ads.video.VideoAdErrorListener) - function in com.naver.ads.video.VideoAdsLoader
- Adds a listener for errors that occur during the ads request.
- addAdErrorListener(com.naver.ads.video.VideoAdErrorListener) - function in com.naver.ads.video.VideoAdsManager
- Adds a listener for errors that occur during the ad initialization and playback.
- addAdEventListener(com.naver.ads.video.VideoAdEvent.VideoAdEventListener) - function in com.naver.ads.video.VideoAdsManager
- Adds a listener for ad events that occur during ad initialization and playback.
- addAdsLoadedListener(com.naver.ads.video.VideoAdsLoader.AdsLoadedListener) - function in com.naver.ads.video.VideoAdsLoader
- Adds a listener for the ads manager loaded.
- addClickListener(com.naver.ads.video.player.CompanionAdSlot.ClickListener) - function in com.naver.ads.video.player.CompanionAdSlot
- Adds a listener for companion clicks.
- addListener(com.naver.ads.video.player.VideoAdPlayer.VideoAdPlayerListener) - function in com.naver.ads.video.player.VideoAdPlayer
- Adds a listener for this player.
- addPlayerListener(com.naver.ads.video.player.VideoPlayer.PlayerListener) - function in com.naver.ads.video.player.VideoPlayer
- Registers a listener to receive all events from the player.
- addView(android.view.View,java.lang.Integer,android.view.ViewGroup.LayoutParams) - function in com.naver.ads.video.player.DefaultCompanionAdViewGroup
- Adds given child view with the specified params.
- addView(android.view.View,java.lang.Integer,android.view.ViewGroup.LayoutParams) - function in com.naver.ads.video.player.UiElementViewGroup
- Adds given child view with the specified params.
- adOverlayViewFactory(com.naver.ads.video.player.ResolvedAdViewGroup.Factory) - function in com.naver.ads.video.VideoAdsRenderingOptions.Builder
- Sets the ResolvedAdViewGroup.Factory.
- AdParameters - class in com.naver.ads.video.vast.raw
- Represents a parsed
<AdParameters>element. - AdProgressProvider - class in com.naver.ads.video.player
- Defines an interface to expose ad progress.
- AdSystem - class in com.naver.ads.video.vast.raw
- Represents a parsed
<AdSystem>element. - AdType - class in com.naver.ads.video.vast.raw
- The type that identifies the type of ad.
- AdType.Companion - class in com.naver.ads.video.vast.raw.AdType
- Advertiser - class in com.naver.ads.video.vast.raw
- Represents a parsed
<Advertiser>element. - adWebViewControllerFactory(com.naver.ads.webview.AdWebViewController.Factory) - function in com.naver.ads.video.VideoAdsRenderingOptions.Builder
- Sets the AdWebViewController.Factory.
- adWillAutoPlay(java.lang.Boolean) - function in com.naver.ads.video.VideoAdsRequest.Builder
- Set whether the ad will autoplay.
- adWillPlayMuted(java.lang.Boolean) - function in com.naver.ads.video.VideoAdsRequest.Builder
- Sets whether the ad plays with the sound off.
- ALL - enum entry in com.naver.ads.video.vast.ResolvedCompanion.Required
the media player must attempt to display the contents for all ResolvedCompanion provided. If all companion creative cannot be displayed, the ad should be disregarded and the ad server should be notified using the ResolvedAd.errorUrlTemplates.
- ALL_ADS_COMPLETED - enum entry in com.naver.ads.video.VideoAdEventType
fired when the ads manager is done playing all the valid ads in the ads response, or when the response doesn't return any valid ads.
- ALLOW_ONLY_CONCURRENT - enum entry in com.naver.ads.video.player.CompanionAdSlot.RenderingType
Indicates that the companion ad only allows com.naver.ads.video.vast.ResolvedCompanion.RenderingMode.CONCURRENT.
- ALLOW_ONLY_END_CARD - enum entry in com.naver.ads.video.player.CompanionAdSlot.RenderingType
Indicates that the companion ad only allows com.naver.ads.video.vast.ResolvedCompanion.RenderingMode.END_CARD.
- allowMultipleAds(java.lang.Boolean) - function in com.naver.ads.video.VideoAdsRequest.Builder
- Sets whether or not to allow multiple ads.
- allowMultipleAds(java.lang.Boolean) - function in com.naver.ads.video.vast.VastParserOptions.Builder
- Sets whether to allow multiple ads.
- ANY - enum entry in com.naver.ads.video.vast.ResolvedCompanion.Required
the media player must attempt to display content from at least one of the ResolvedCompanion provided. If none of the companion creative can be displayed, the ad should be disregarded and the ad server should be notified using the ResolvedAd.errorUrlTemplates.
- AUDIO - enum entry in com.naver.ads.video.vast.raw.AdType
- AudioFocusManager - class in com.naver.ads.video
- AudioFocusManager.AudioFocusChangeCallbacks - class in com.naver.ads.video.AudioFocusManager
- Interface definition for a callback to be invoked when the audio focus of the managed video player is updated.
- AudioFocusManager.Companion - class in com.naver.ads.video.AudioFocusManager
- autoPrepareNextAd(java.lang.Boolean) - function in com.naver.ads.video.VideoAdsRenderingOptions.Builder
- Sets whether to prepare the next ad when the complete event occurs.