FlutterBaseBannerRefined class

Properties

channelNm String
final
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
isReadyUIUpdateNotify bool
getter/setter pair
key String
final
onClickAdCallback ↔ void Function(BidmadInfo? info)?
getter/setter pair
onFailAdCallback ↔ void Function(String errorMsg)?
getter/setter pair
onLoadAdCallback ↔ void Function(BidmadInfo? info)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
getter/setter pair
zoneId String
final

Methods

hideBanner() → void
load() → void
loadWithIgnoreDispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
removeBanner() → void
resetWidgetCallback() → void
setCallbackListener({void onLoadAd(BidmadInfo? info)?, void onFailAd(String errorMsg)?, void onClickAd(BidmadInfo? info)?}) → void
setRefreshPlatformView(dynamic onRefreshPlatformViewCallback()) → void
setResizeCallback(dynamic onResizeCallback()) → void
showBanner() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({required String channelNm, required String zoneId}) Future<FlutterBaseBannerRefined>