InstreamAd class
Constructors
- InstreamAd({required int id})
Properties
Methods
-
getAdSign(
) → Future< String?> -
getAdSource(
) → Future< String?> -
getCallToAction(
) → Future< String?> -
getDuration(
) → Future< int?> -
getWhyThisAd(
) → Future< String?> -
gotoWhyThisAdPage(
) → Future< bool?> -
isClicked(
) → Future< bool?> -
isExpired(
) → Future< bool?> -
isImageAd(
) → Future< bool?> -
isShown(
) → Future< bool?> -
isVideoAd(
) → Future< bool?> -
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