BigoBannerAdRequest class

Inheritance

Constructors

BigoBannerAdRequest({required String slotId, String? bidPayload, int? age, BigoAdGender? gender, int? activatedTime, String? ext, required List<BigoAdSize> adSizes, required BigoAdLoadedListener<BigoBannerAd> listener})

Properties

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

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