Interface VideoAdPlayer

  • All Implemented Interfaces:
    com.naver.ads.video.player.AdProgressProvider , com.naver.ads.video.player.VolumeProvider

    
    public interface VideoAdPlayer
     implements AdProgressProvider, VolumeProvider
                        

    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. This player should use the callbacks provided while interacting with ads only. VideoAdPlayer interface should be controlled only by Naver Ads Services SDK and should not be accessed by the application directly.