CustomAd class
Constructors
- CustomAd.new({JSObject? $$context$$})
Properties
- $$context$$ ↔ JSObject
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ CustomAdStyle
-
getter/setter pair
Methods
-
destroy(
) → void -
hide(
) → dynamic -
isShow(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
offClose(
[UDPSocketOffCloseCallback? listener]) → void -
offError(
[CustomAdOffErrorCallback? listener]) → void -
offHide(
[OffHideCallback? listener]) → void -
offLoad(
[OffLoadCallback? listener]) → void -
onClose(
UDPSocketOnCloseCallback listener) → void -
onError(
CustomAdOnErrorCallback listener) → void -
onHide(
OnHideCallback listener) → void -
onLoad(
OnLoadCallback listener) → void -
show(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited