GraviteRTBOptions class

GraviteRTB specific configuration

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

GraviteRTBOptions({bool? forceCloseButtonForMraid})
Constructor for GraviteRTBOptions
GraviteRTBOptions.fromJson(Map<String, dynamic> json)
factory

Properties

forceCloseButtonForMraid bool?
Boolean to force showing the SDK native close button even if the MRAID creative has one. If the MRAID creative has a close button and forceCloseButtonForMraid is true, the MRAID creative would have 2 close buttons.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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