OOIMAConfiguration.h
1 @import Foundation;
2 
14 @interface OOIMAConfiguration : NSObject
15 
16 @property (nonatomic) NSString *localeOverride;
17 @property (nonatomic) BOOL useDefaultBrowser;
19 - (instancetype)init;
20 
21 @end
Use this to provide configurations to the Ooyala IMA Integration.
Definition: OOIMAConfiguration.h:14
instancetype init()
Use the default browser like Safari on the mobile device instead of browsing in the native app...
Definition: OOIMAConfiguration.m:9
NSString * localeOverride
Definition: OOIMAConfiguration.h:16
BOOL useDefaultBrowser
Override the locale used in Google IMA.
Definition: OOIMAConfiguration.h:17