MethodChannelPromotionOverlayPlatform class

Wraps

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
isMock bool
Only mock implementations should set this to true.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 optional campaignToken and providerToken are used for attribution
override
toString() String
A string representation of this object.
inherited

Operators

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