Data class describing the stream request.
More...
#import <IMAStreamRequest.h>
Data class describing the stream request.
- (instancetype) NS_UNAVAILABLE |
|
|
|
The stream display container for displaying the ad UI.
- (NSDictionary*) adTagParameters |
|
readwritenonatomiccopy |
The stream request API key.
It's configured through the DFP Admin UI and provided to the publisher to unlock their content. It verifies the applications that are attempting to access the content.
The stream request authorization token.
This is used in place of the API key for stricter content authorization. The publisher can control individual content streams authorized based on this token. :nodoc:
- (NSString*) manifestURLSuffix |
|
readwritenonatomiccopy |
The suffix that the SDK will append to the query of the stream manifest URL.
Do not include the '?' separator at the start. The SDK will account for the existence of parameters in the URL already, removing existing ones that collide with ones supplied here. This suffix needs to be sanitized and encoded as the SDK will not do this.
- (NSString*) streamActivityMonitorID |
|
readwritenonatomiccopy |
The ID to be used to debug the stream with the stream activity monitor.
This is used to provide a convenient way to allow publishers to find a stream log in the stream activity monitor tool.
- (id<IMAVideoDisplay>) videoDisplay |
|
readnonatomicstrong |
The video display where the stream can be played.
The documentation for this class was generated from the following file: