Options class

Options for starting the FairBid SDK

Constructors

Options({required String appId, bool autoRequesting = true, bool debugLogging = false, LoggingLevel? loggingLevel})

Properties

appId String
The Fyber App ID. Can be found in the App Management Dashboard.
final
autoRequesting bool
Turns on/off auto-requesting ads feature. Default: true.
final
debugLogging bool
Turns on/off debug logging of the SDK. Default: false.
final
hashCode int
The hash code for this object.
no setterinherited
loggingLevel LoggingLevel?
Logging level of the SDK. Defaults to silent. It overrides debugLogging when provided.
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
toString() String
A string representation of this object.
inherited

Operators

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