MethodChannelPromotionOverlayPlatform class
Wraps
- Inheritance
-
- Object
- PlatformInterface
- PromotionOverlayPlatform
- MethodChannelPromotionOverlayPlatform
Constructors
Properties
Methods
-
dismiss(
) → Future< bool> -
Dismisses the promotion overlay if it is currently being shown
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
String appIdentifier, String? campaignToken, String? providerToken, bool dismissOnBackground, int promotionOverlayPosition) → Future< bool> -
Shows the promotion overlay with
appIdentifier
using SKOverlay (on iOS) Returns true if the overlay was shown, false otherwise optionalcampaignToken
andproviderToken
are used for attributionoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited