IVSAdBreakMetadata
Objective-C
@interface IVSAdBreakMetadata : NSObject
Swift
class IVSAdBreakMetadata : NSObject, @unchecked Sendable
Optional additional ad break-level metadata.
Note
This API is in beta and may change.-
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE -
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE -
Ad server session identifier.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *sessionId;Swift
var sessionId: String? { get } -
Encoded ad tracking data.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *trackingData;Swift
var trackingData: String? { get }