ADSuyiSplashAdLoadShowSeparate class Null safety
- Inheritance
-
- Object
- ADSuyiAd
- ADSuyiAdView
- ADSuyiSplashAdLoadShowSeparate
Constructors
- ADSuyiSplashAdLoadShowSeparate({required String posId, required double width, required double height})
Properties
- adId ↔ int
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- height ↔ double
-
read / writeoverride
- onClicked ↔ (void Function?()?)
-
read / writeinherited
- onClosed ↔ (void Function?()?)
-
read / writeinherited
- onExposed ↔ (void Function?()?)
-
read / writeinherited
- onFailed ↔ (void Function?()?)
-
read / writeinherited
- onReceived ↔ (void Function?(ADSuyiFlutterNativeAdView adView)?)
-
read / writeinherited
- onRewarded ↔ (void Function?()?)
-
read / writeinherited
- onSucced ↔ (void Function?()?)
-
read / writeinherited
- posId ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- width ↔ double
-
read / writeoverride
Methods
-
load(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
regist(
) → void -
inherited
-
release(
) → void -
show(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregist(
) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited