NestAdsVideoController
동영상 플레이어를 조작할 수 있는 클래스입니다.
open class NestAdsVideoController: NSObject
Delegate
weak open var delegate: (NestAdsVideoControllerDelegate)?
Public Variables
open private(set) var isMuted: Bool
Public Methods
open func setMute(_ mute: Bool)
매개변수
설명
open func play()
open func pause()
open func stop()
open func replay()
open func customControlsEnabled()-> Bool
Last updated