NexxPlayConfiguration class

Just like the Javascript Player, the Player can be configured by a Configuration Object. This Object will be used in one of the various play() Methods of the SDK. All Options are identical to the general SDK Override Options, you will find here. If you are looking for the TCF Consent String Management, this is documented here.

Annotations

Constructors

NexxPlayConfiguration(Map<String, Object> _configuration)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map<String, Object>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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