POBNativeAdVideoDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | POBNativeAd.h |
– nativeAdDidStartVideo:
Notifies the delegate that video playback has started.
- (void)nativeAdDidStartVideo:(id<POBNativeAd>)nativeAdParameters
nativeAd |
The POBNativeAd instance sending the message. |
|---|
Declared In
POBNativeAd.h
– nativeAdDidPauseVideo:
Notifies the delegate that video playback has paused.
- (void)nativeAdDidPauseVideo:(id<POBNativeAd>)nativeAdParameters
nativeAd |
The POBNativeAd instance sending the message. |
|---|
Declared In
POBNativeAd.h
– nativeAdDidResumeVideo:
Notifies the delegate that video playback has resumed.
- (void)nativeAdDidResumeVideo:(id<POBNativeAd>)nativeAdParameters
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)isMutedParameters
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>)nativeAdParameters
nativeAd |
The POBNativeAd instance sending the message. |
|---|
Declared In
POBNativeAd.h