Package-level declarations
Types
Link copied to clipboard
Represents a custom callback request from the paywall.
Link copied to clipboard
Defines how the paywall waits for a custom callback response.
Link copied to clipboard
class CustomCallbackRegistry
Registry for custom callback handlers associated with paywall presentations.
Link copied to clipboard
data class CustomCallbackResult(val status: CustomCallbackResultStatus, val data: Map<String, Any>? = null)
The result to return from a custom callback handler.
Link copied to clipboard
The result status of a custom callback.
Link copied to clipboard
data class LastPresentationItems(val request: PresentationRequest, val statePublisher: MutableSharedFlow<PaywallState>)
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Functions
Link copied to clipboard
Dismisses the presented paywall, if it exists, in order to present a different one.
Link copied to clipboard
Dismisses the presented paywall synchronously, if one exists. Warning: This blocks the calling thread.
Link copied to clipboard
Dismisses the presented paywall synchronously, if it exists, in order to present a different one. Warning: This blocks the calling thread.
Link copied to clipboard