ADBMediaHeartbeatConfig Class Reference
Inherits from | NSObject |
Declared in | ADBMediaHeartbeatConfig.h |
Tasks
Properties
-
trackingServer
property -
channel
property -
ovp
property -
appVersion
property -
playerName
property -
ssl
property -
debugLogging
property
Properties
appVersion
Version of the media player app/SDK. Default value is empty string.
@property (nonatomic, strong) NSString *appVersion
Discussion
Version of the media player app/SDK. Default value is empty string.
Declared In
ADBMediaHeartbeatConfig.h
channel
Channel name property. Defaults value is empty string.
@property (nonatomic, strong) NSString *channel
Discussion
Channel name property. Defaults value is empty string.
Declared In
ADBMediaHeartbeatConfig.h
debugLogging
Property that indicates the preference for debug log output. Default value is NO.
@property (nonatomic) BOOL debugLogging
Discussion
Property that indicates the preference for debug log output. Default value is NO.
Declared In
ADBMediaHeartbeatConfig.h
ovp
Name of the online video platform through which content gets distributed. Default value is empty string.
@property (nonatomic, strong) NSString *ovp
Discussion
Name of the online video platform through which content gets distributed. Default value is empty string.
Declared In
ADBMediaHeartbeatConfig.h
playerName
Name of the media player on use. i.e. “AVPlayer”, “HTML5 Player”, “My Custom VideoPlayer”. Default value is empty string.
@property (nonatomic, strong) NSString *playerName
Discussion
Name of the media player on use. i.e. “AVPlayer”, “HTML5 Player”, “My Custom VideoPlayer”. Default value is empty string.
Declared In
ADBMediaHeartbeatConfig.h
ssl
Property that indicates whether the heartbeat calls should be made over HTTPS. Default value is NO.
@property (nonatomic) BOOL ssl
Discussion
Property that indicates whether the heartbeat calls should be made over HTTPS. Default value is NO.
Declared In
ADBMediaHeartbeatConfig.h
trackingServer
Define the server for tracking media heartbeats. This is different from your analytics tracking server.
@property (nonatomic, strong) NSString *trackingServer
Discussion
Define the server for tracking media heartbeats. This is different from your analytics tracking server.
Declared In
ADBMediaHeartbeatConfig.h