NamiPaywallManager class

Class responsible for managing all aspects of a paywall in the Nami SDK

Constructors

NamiPaywallManager()

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

buySkuCancel() Future<void>
buySkuComplete(NamiPurchaseSuccess namiPurchaseSuccess) Future<bool>
dismiss(bool animated) Future<bool>
Will animate the closing of the paywall if animated is true. Returns true when paywall is dismissed, may be immediate if not presented
registerBuySkuHandler() Stream<NamiSKU>
registerCloseHandler() Stream<void>
registerRestoreHandler() Stream<void>
signInEvents() Stream<void>
Stream for when user presses sign in button on a paywall