BigoAdRequest<T extends BigoAd<BigoAdInteractionListener>> class abstract

Inheritance
Implementers

Constructors

BigoAdRequest({required String slotId, String? bidPayload, int? age, BigoAdGender? gender, int? activatedTime, String? ext, required BigoAdLoadedListener<T> listener})

Properties

activatedTime int?
final
adId → dynamic
no setter
age int?
final
bidPayload String?
final
ext String?
final
gender BigoAdGender?
final
hashCode int
The hash code for this object.
no setterinherited
listener BigoAdLoadedListener<T>
final
messageType int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeMessage(BigoAdMessageWriter writer) → void
override

Operators

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