YMAVideoController

Objective-C

@interface YMAVideoController : NSObject

Swift

class YMAVideoController : NSObject

This class manages the video content in an ad.

  1. Properties
  2. delegate

Properties

delegate

An object that implements the YMAVideoDelegate protocol that tracks the activity of video content in an ad.

Declaration

Objective-C

@property (nonatomic, weak, nullable) id<YMAVideoDelegate> delegate;