OOIMAConfiguration Class Reference

Use this to provide configurations to the Ooyala IMA Integration. More...

#import <OOIMAConfiguration.h>

+ Inheritance diagram for OOIMAConfiguration:

Instance Methods

(instancetype) - init
 Use the default browser like Safari on the mobile device instead of browsing in the native app. More...
 
(instancetype) - initWithLocaleOverride:useDefaultBrowser: [implementation]
 

Properties

NSString * localeOverride
 
BOOL useDefaultBrowser
 Override the locale used in Google IMA. More...
 

Detailed Description

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];

Method Documentation

- (instancetype) init

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

Property Documentation

- (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: