Use this to provide configurations to the Ooyala IMA Integration.
More...
#import <OOIMAConfiguration.h>
Use this to provide configurations to the Ooyala IMA Integration.
Example:
OOIMAConfiguration *config = [OOIMAConfiguration new]; config.localeOverride = "es"; config.useDefaultBrowser = NO; self.adsManager = [[OOIMAManager alloc] initWithOoyalaPlayer:player configuration:config];
Use the default browser like Safari on the mobile device instead of browsing in the native app.
- (instancetype) initWithLocaleOverride: |
|
(NSString *) |
localeOverride |
useDefaultBrowser: |
|
(BOOL) |
useDefaultBrowser |
|
|
| |
|
implementation |
- (NSString*) localeOverride |
|
readwritenonatomicassign |
- (BOOL) useDefaultBrowser |
|
readwritenonatomicassign |
Override the locale used in Google IMA.
If left unset, Google will use the first PreferredLanguage provided by iOS
The documentation for this class was generated from the following files: