BigoSplashAdRequest class
- Inheritance
-
- Object
- BigoAdMessage
- BigoAdRequest<
BigoSplashAd> - BigoSplashAdRequest
Constructors
-
BigoSplashAdRequest({required String slotId, String? bidPayload, int? age, BigoAdGender? gender, int? activatedTime, String? ext, bool? withAppLogo, bool? withAppName, required BigoAdLoadedListener<
BigoSplashAd> 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<
BigoSplashAd> -
finalinherited
- messageType → int
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slotId → String
-
finalinherited
- withAppLogo → bool?
-
final
- withAppName → bool?
-
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