BigoNativeAdRequest class

Inheritance

Constructors

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

Properties

activatedTime int?
finalinherited
adId → dynamic
no setterinherited
age int?
finalinherited
bidPayload String?
finalinherited
ext String?
finalinherited
gender BigoAdGender?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
listener BigoAdLoadedListener<BigoNativeAd>
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
inherited

Operators

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