MediaAdBreakEntity class
Properties for the ad break context entity attached to media events during ad break playback.
Entity schema: iglu:com.snowplowanalytics.snowplow.media/ad_break/jsonschema/1-0-0
- Annotations
Constructors
- MediaAdBreakEntity({String? name, required String breakId, MediaAdBreakType? breakType, int? podSize})
-
const
Properties
- breakId → String
-
An identifier for the ad break
final
- breakType → MediaAdBreakType?
-
Type of ads within the break
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
Ad break name (e.g., pre-roll, mid-roll, and post-roll)
final
- podSize → int?
-
The number of ads to be played within the ad break
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited