AdSdk class
API for showing various types of advertisements
Constructors
- AdSdk()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
setUserId(
String userId) → void - set user id on login and logout
-
showInterstitialAd(
String unitId, {AdCallback? onAdLoad, AdCallback? onAdShow, AdCallback? onAdClick, AdCallback? onAdClose, AdErrorCallback? onError}) → void - show interstitial ad
-
showRewardVideoAd(
String unitId, {String? extra, AdCallback? onAdLoad, AdCallback? onAdShow, AdCallback? onReward, AdCallback? onAdClick, AdCallback? onVideoComplete, AdCallback? onAdClose, AdErrorCallback? onError}) → void - show reward video ad