BigoAdConfig class

Inheritance

Constructors

BigoAdConfig({required String appKey, String? channel, bool? isDebug, int? age, BigoAdGender? gender, int? activatedTime})

Properties

activatedTime int?
final
age int?
final
appKey String
final
channel String?
final
extra Map<String, String>
final
gender BigoAdGender?
final
hashCode int
The hash code for this object.
no setterinherited
isDebug bool?
final
messageType int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addExtra({required String key, required String value}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
writeMessage(BigoAdMessageWriter writer) → void
override

Operators

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