BCOVSessionProviderExtension(BCOVPulseAdditions) Category Reference
Declared in | BCOVPulseComponent.h |
---|
– pulse_play
Plays the video.
- (void)pulse_play
Discussion
Plays the video.
On first play, before playing content, the session will process all preroll ads before starting the content.
Declared In
BCOVPulseComponent.h
– pulse_pause
Pauses the video.
- (void)pulse_pause
Discussion
Pauses the video.
Declared In
BCOVPulseComponent.h
– pulse_requestSessionExtensionWithContentMetadata:requestSettings:success:
Extends the current session.
- (void)pulse_requestSessionExtensionWithContentMetadata:(OOContentMetadata *)contentMetadata requestSettings:(OORequestSettings *)requestSettings success:(void ( ^ ) ( void ))onSuccess
Parameters
contentMetadata |
An OOContentMetadata that will be used to extend the current session object. |
---|---|
requestSettings |
An OORequestSettings that will be used to extend the current session object. |
onSuccess |
A callback to confirm that session was successfully extended. |
Discussion
Extends the current session.
Declared In
BCOVPulseComponent.h