POBNativeAdVideoDelegate Protocol Reference

Conforms to NSObject
Declared in POBNativeAd.h

Overview

Protocol to receive native video ad playback events.

– nativeAdDidStartVideo:

Notifies the delegate that video playback has started.

- (void)nativeAdDidStartVideo:(id<POBNativeAd>)nativeAd

Parameters

nativeAd

The POBNativeAd instance sending the message.

Declared In

POBNativeAd.h

– nativeAdDidPauseVideo:

Notifies the delegate that video playback has paused.

- (void)nativeAdDidPauseVideo:(id<POBNativeAd>)nativeAd

Parameters

nativeAd

The POBNativeAd instance sending the message.

Declared In

POBNativeAd.h

– nativeAdDidResumeVideo:

Notifies the delegate that video playback has resumed.

- (void)nativeAdDidResumeVideo:(id<POBNativeAd>)nativeAd

Parameters

nativeAd

The POBNativeAd instance sending the message.

Declared In

POBNativeAd.h

– nativeAd:didChangeAudioState:

Notifies the delegate that video audio state has changed.

- (void)nativeAd:(id<POBNativeAd>)nativeAd didChangeAudioState:(BOOL)isMuted

Parameters

nativeAd

The POBNativeAd instance sending the message.

isMuted

YES if video is muted, NO if unmuted.

Declared In

POBNativeAd.h

– nativeAdDidFinishVideo:

Notifies the delegate that video playback has completed.

- (void)nativeAdDidFinishVideo:(id<POBNativeAd>)nativeAd

Parameters

nativeAd

The POBNativeAd instance sending the message.

Declared In

POBNativeAd.h