ADBMediaHeartbeatConfig Class Reference
| Inherits from | NSObject |
| Declared in | ADBMediaHeartbeatConfig.h |
Tasks
Properties
-
trackingServerproperty -
channelproperty -
ovpproperty -
appVersionproperty -
playerNameproperty -
sslproperty -
debugLoggingproperty
Properties
appVersion
Version of the media player app/SDK. Default value is empty string.
@property (nonatomic, strong) NSString *appVersionDiscussion
Version of the media player app/SDK. Default value is empty string.
Declared In
ADBMediaHeartbeatConfig.hchannel
Channel name property. Defaults value is empty string.
@property (nonatomic, strong) NSString *channelDiscussion
Channel name property. Defaults value is empty string.
Declared In
ADBMediaHeartbeatConfig.hdebugLogging
Property that indicates the preference for debug log output. Default value is NO.
@property (nonatomic) BOOL debugLoggingDiscussion
Property that indicates the preference for debug log output. Default value is NO.
Declared In
ADBMediaHeartbeatConfig.hovp
Name of the online video platform through which content gets distributed. Default value is empty string.
@property (nonatomic, strong) NSString *ovpDiscussion
Name of the online video platform through which content gets distributed. Default value is empty string.
Declared In
ADBMediaHeartbeatConfig.hplayerName
Name of the media player on use. i.e. “AVPlayer”, “HTML5 Player”, “My Custom VideoPlayer”. Default value is empty string.
@property (nonatomic, strong) NSString *playerNameDiscussion
Name of the media player on use. i.e. “AVPlayer”, “HTML5 Player”, “My Custom VideoPlayer”. Default value is empty string.
Declared In
ADBMediaHeartbeatConfig.hssl
Property that indicates whether the heartbeat calls should be made over HTTPS. Default value is NO.
@property (nonatomic) BOOL sslDiscussion
Property that indicates whether the heartbeat calls should be made over HTTPS. Default value is NO.
Declared In
ADBMediaHeartbeatConfig.htrackingServer
Define the server for tracking media heartbeats. This is different from your analytics tracking server.
@property (nonatomic, strong) NSString *trackingServerDiscussion
Define the server for tracking media heartbeats. This is different from your analytics tracking server.
Declared In
ADBMediaHeartbeatConfig.h