BCOVReceiverAppConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | BCOVReceiverAppConfig.h |
accountId
The accountId that a player should be setup to use.
@property (nonatomic, copy, nullable) NSString *accountId
Discussion
The accountId that a player should be setup to use.
Declared In
BCOVReceiverAppConfig.h
policyKey
The policyKey that a player should be setup to use.
@property (nonatomic, copy, nullable) NSString *policyKey
Discussion
The policyKey that a player should be setup to use.
Declared In
BCOVReceiverAppConfig.h
authToken
The authentication token used for verifying a license on a video.
@property (nonatomic, copy, nullable) NSString *authToken
Discussion
The authentication token used for verifying a license on a video.
Declared In
BCOVReceiverAppConfig.h
adConfigId
Provided for ssai ad setups
@property (nonatomic, copy, nullable) NSString *adConfigId
Discussion
Provided for ssai ad setups
Declared In
BCOVReceiverAppConfig.h
userId
Used for analytics.
@property (nonatomic, copy, nullable) NSString *userId
Discussion
Used for analytics.
Declared In
BCOVReceiverAppConfig.h
applicationId
Used for analytics.
@property (nonatomic, copy, nullable) NSString *applicationId
Discussion
Used for analytics.
Declared In
BCOVReceiverAppConfig.h
playerUrl
When unspecified this will point to the local player that will play your videos. Supplying this option will force the receiver to load a specific player rather than the local player currently playing the video. This is useful when you want specific player code to only run on the chromecast.
@property (nonatomic, copy, nullable) NSString *playerUrl
Discussion
When unspecified this will point to the local player that will play your videos. Supplying this option will force the receiver to load a specific player rather than the local player currently playing the video. This is useful when you want specific player code to only run on the chromecast.
Declared In
BCOVReceiverAppConfig.h
splashScreen
The “splash screen” that should be shown before a video and when videos are switching.
@property (nonatomic, copy, nullable) NSString *splashScreen
Discussion
The “splash screen” that should be shown before a video and when videos are switching.
Declared In
BCOVReceiverAppConfig.h