PipClicked class

Collapsed/full-screen SDK chrome interactions: expand, collapse, close, mute/unmute, play/pause.

Inheritance

Constructors

PipClicked({required String elementId, required String actionType, required String pipState, required String ctaRole, int? timeToActionMs})
const

Properties

actionType String
final
ctaRole String
primary for the one chrome action that is real click-through — opening full screen — secondary for everything else (mute, unmute, play, pause, collapse). Backend's PRIMARY_CLICK defaults a missing cta_role to primary, so this must be sent explicitly on every chrome event, not left null for the ones that should NOT count: an absent value here would make mute/unmute/play/pause count toward CTR same as expand.
final
elementId String
final
eventName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
pipState String
final
properties Map<String, Object?>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeToActionMs int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited