InteractionContentEventBody constructor
InteractionContentEventBody({})
Implementation
InteractionContentEventBody({
required this.interaction,
required this.regionName,
required this.contentName,
required this.target,
this.payload,
this.relativePositionX,
this.relativePositionY,
this.absolutePositionX,
this.absolutePositionY,
this.sdkVersion,
this.sdkId,
});