FlutterBidmadCommon class
Constructors
- FlutterBidmadCommon()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAdStatus ↔ dynamic Function(bool isAdFree)?
-
getter/setter pair
- onInitialized ↔ dynamic Function(bool isInitialized)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAdvertiserTrackingEnabled(
) → Future< bool> -
getGDPRSetting(
) → Future< int> -
initBannerChannel(
) → Future< String> -
initBannerRefinedChannel(
) → Future< String> -
initBannerWidget(
) → Future< void> -
initGDPRChannel(
) → Future< String> -
initializeSdk(
String appDomain) → Future< void> -
initializeSdkWithCallback(
String appDomain) → Future< void> -
initInterstitialChannel(
) → Future< String> -
initNativeAdWidget(
String layoutName) → Future< void> -
initRewardChannel(
) → Future< String> -
isAdFree(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reqAdTrackingAuthorization(
) → Future< String> -
setAdFreeEventListener(
{void onAdStatus(bool isAdFree)?}) → Future< void> -
setAdvertiserTrackingEnabled(
bool enable) → Future< void> -
setCUID(
String cuid) → Future< void> -
setDebugging(
bool isDebug) → Future< void> -
setGDPRSetting(
bool consent) → Future< void> -
setInitializeCallbackListener(
{void onInitialized(bool isInitialized)?}) → void -
setUseArea(
bool useArea) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited