A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W 

C

canVisible(java.lang.Long) - function in com.naver.ads.video.vast.IconDisplayInfo
 
Category - class in com.naver.ads.video.vast.raw
Represents a parsed <Category> element.
clickHandler(com.naver.ads.util.ClickHandler) - function in com.naver.ads.video.VideoAdsRenderingOptions.Builder
Sets the ClickHandler.
ClickTrackingProvider - class in com.naver.ads.video.player
Provides tracking and landing url data about click of video ads.
CLOSE - enum entry in com.naver.ads.video.vast.raw.VastEvent

The user clicked or otherwise activated a control for removing the ad, which fully dispatches the ad from the player environment in a manner that does not allow the user to re-display the ad.

CLOSE_LINEAR - enum entry in com.naver.ads.video.vast.raw.VastEvent

The viewer has chosen to close the linear ad unit. This is currently inuse by some of the largest mobile SDKs to mark the dismissal of the end card companion that follows the video, as well as a close of the video itself, if applicable.

ClosedCaptionFile - class in com.naver.ads.video.vast.raw
Represents a parsed <ClosedCaptionFile> element.
COLLAPSE - enum entry in com.naver.ads.video.vast.raw.VastEvent
 
com.naver.ads.video - package com.naver.ads.video
 
com.naver.ads.video.player - package com.naver.ads.video.player
 
com.naver.ads.video.player.provider - package com.naver.ads.video.player.provider
 
com.naver.ads.video.vast - package com.naver.ads.video.vast
 
com.naver.ads.video.vast.raw - package com.naver.ads.video.vast.raw
 
COMPANION_AD_FETCHING_FAILED - enum entry in com.naver.ads.video.VideoAdErrorCode

a companion ad failed to fetch.

COMPANION_AD_RENDERING_FAILED - enum entry in com.naver.ads.video.VideoAdErrorCode

a companion ad failed to render.

COMPANION_AD_REQUIRED_COMPANION_RENDERING_FAILED - enum entry in com.naver.ads.video.VideoAdErrorCode

a companion ad failed to display required companion.

COMPANION_ASSET_MISMATCH - enum entry in com.naver.ads.video.VideoAdErrorCode

assets were found in the VAST ad response for a companion ad, but none of them matched the video player's capabilities.

CompanionAd - class in com.naver.ads.video.vast.raw
Represents a parsed <Companion> element.
CompanionAds - class in com.naver.ads.video.vast.raw
Represents a parsed <CompanionAds> element.
CompanionAdSlot - class in com.naver.ads.video.player
A companion ad slot for which the SDK should retrieve ads.
CompanionAdSlot.ClickListener - class in com.naver.ads.video.player.CompanionAdSlot
Listener interface for click events.
CompanionAdSlot.Companion - class in com.naver.ads.video.player.CompanionAdSlot
 
CompanionAdSlot.RenderingType - class in com.naver.ads.video.player.CompanionAdSlot
The rendering type for rendering of companion ad
companionAdViewFactory(com.naver.ads.video.player.ResolvedCompanionAdViewGroup.Factory) - function in com.naver.ads.video.VideoAdsRenderingOptions.Builder
Sets the ResolvedCompanionAdViewGroup.Factory.
companionAdWillDisplayWithOutSkip(java.lang.Boolean) - function in com.naver.ads.video.VideoAdsRequest.Builder
Sets whether the companion ad will display without skip.
CompanionEvent - class in com.naver.ads.video.player
Provides the event related to Companion Ad Metrics.
CompanionEvent.Clicked - class in com.naver.ads.video.player.CompanionEvent
Fired when given resolvedCompanion is clicked.
CompanionEvent.Close - class in com.naver.ads.video.player.CompanionEvent
Fired the user clicked or otherwise activated a control for removing the companion ad.
CompanionEvent.CreativeView - class in com.naver.ads.video.player.CompanionEvent
Fired when an companion ad portion of the ad was viewed.
CompanionEvent.Error - class in com.naver.ads.video.player.CompanionEvent
Fired when an error occurs in the companion ad.
CompanionEvent.Selected - class in com.naver.ads.video.player.CompanionEvent
Fired when given resolvedCompanion is selected.
compareTo(com.naver.ads.video.player.provider.VideoPlayerProvider) - function in com.naver.ads.video.player.provider.VideoPlayerProvider
 
COMPLETE - enum entry in com.naver.ads.video.vast.raw.VastEvent

The creative was played to the end at normal speed so that 100% of the creative was played.

COMPLETED - enum entry in com.naver.ads.video.VideoAdEventType

fired when a linear ad completes playing.

computeMatrix(java.lang.Integer,java.lang.Integer) - function in com.naver.ads.video.player.TransformOption
 
CONCURRENT - enum entry in com.naver.ads.video.vast.ResolvedCompanion.RenderingMode

the player that this companion ad is meant to be shown alongside the video for the duration of the video playback.

CONTENT_PAUSE_REQUESTED - enum entry in com.naver.ads.video.VideoAdEventType

fired when content should be paused. This usually happens right before an ad is about to hide the content.

CONTENT_RESUME_REQUESTED - enum entry in com.naver.ads.video.VideoAdEventType

fired when content should be resumed. This usually happens when an ad finishes or collapses.

contentDuration(java.lang.Float) - function in com.naver.ads.video.VideoAdsRequest.Builder
Sets the duration of content.
contentProgressProvider(com.naver.ads.video.player.ContentProgressProvider) - function in com.naver.ads.video.VideoAdsRequest.Builder
Sets the ContentProgressProvider.
ContentProgressProvider - class in com.naver.ads.video.player
Defines an interface to allow SDK to track progress of the content video.
contentUrl(java.lang.String) - function in com.naver.ads.video.VideoAdsRequest.Builder
Sets the url of content.
convertDurationStringToMillis(java.lang.String) - function in com.naver.ads.video.TimeUtils
Converts duration string to duration millis.
convertKbpsToBps(java.lang.Integer) - function in com.naver.ads.video.player.VideoPlayer.Companion
convert kbps to bps, honoring UNLIMITED_MAX_BITRATE_KBPS.
convertMillisToString(java.lang.Long) - function in com.naver.ads.video.TimeUtils
Converts milliseconds to formatted string.
convertOffsetStringToMillis(java.lang.String,java.lang.Long) - function in com.naver.ads.video.TimeUtils
Converts offset time pattern string to offset millis.
convertStringToMillis(java.lang.String) - function in com.naver.ads.video.TimeUtils
Converts time pattern string to milliseconds.
create(android.content.Context,android.os.Handler) - function in com.naver.ads.video.AudioFocusManager.Companion
 
create(android.content.Context,com.naver.ads.video.player.VideoAdDisplayContainer) - function in com.naver.ads.video.VideoAdsLoader.Companion
Creates an VideoAdsLoader for requesting ads.
create(android.content.Context,com.naver.ads.video.VideoAdsRequest,com.naver.ads.video.vast.ResolvedVast,com.naver.ads.video.player.VideoAdDisplayContainer) - function in com.naver.ads.video.VideoAdsManager.Companion
Creates a new VideoAdsManager instance.
create(java.lang.Integer,java.lang.Integer,android.view.ViewGroup,com.naver.ads.video.player.CompanionAdSlot.RenderingType) - function in com.naver.ads.video.player.CompanionAdSlot.Companion
Creates a Companion ad slot.
create(android.content.Context) - function in com.naver.ads.video.player.DefaultResolvedAdViewGroup.Factory
Returns a new ResolvedAdViewGroup.
create(android.content.Context,com.naver.ads.video.player.OutStreamVideoAdPlayback,com.naver.ads.video.player.CompanionAdSlot,com.naver.ads.video.VideoAdErrorListener,com.naver.ads.video.VideoAdEvent.VideoAdEventListener) - function in com.naver.ads.video.player.OutStreamVideoPlayerController.Companion
Create a OutStreamVideoPlayerController instance.
create(android.content.Context,com.naver.ads.video.player.OutStreamVideoAdPlayback,com.naver.ads.video.player.CompanionAdSlot,com.naver.ads.video.VideoAdErrorListener) - function in com.naver.ads.video.player.OutStreamVideoPlayerController.Companion
Create a OutStreamVideoPlayerController instance.
create(android.content.Context,com.naver.ads.video.player.OutStreamVideoAdPlayback,com.naver.ads.video.player.CompanionAdSlot) - function in com.naver.ads.video.player.OutStreamVideoPlayerController.Companion
Create a OutStreamVideoPlayerController instance.
create(android.content.Context) - function in com.naver.ads.video.player.ResolvedAdViewGroup.Factory
Returns a new ResolvedAdViewGroup.
create(android.content.Context,com.naver.ads.video.player.CompanionAdSlot,java.util.List) - function in com.naver.ads.video.player.ResolvedCompanionAdViewGroup.Factory
Creates a ResolvedCompanionAdViewGroup instance.
create(android.content.Context) - function in com.naver.ads.video.player.UiElementViewGroup.Factory
Creates a UiElementViewGroup instance.
create(android.content.Context) - function in com.naver.ads.video.player.VideoPlayer.Companion
create a VideoPlayer instance.
create(android.content.Context) - function in com.naver.ads.video.player.provider.VideoPlayerProvider
subclass should implement this to create a player instance.
create(com.naver.ads.video.VideoAdsOptimizationOptions) - function in com.naver.ads.video.vast.VastParser.Companion
Create a VastParser.
Creative - class in com.naver.ads.video.vast.raw
Represents a parsed <Creative> element.
CREATIVE_VIEW - enum entry in com.naver.ads.video.vast.raw.VastEvent

Not to be confused with an impression, this event indicates that an individual creative portion of the ad was viewed. An impression indicates that at least a portion of the ad was displayed; however an ad may be composed of multiple creative, or creative that only play on some platforms and not others. This event enables ad servers to track which ad creative are viewed, and therefore, which platforms are more common.

A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W