Builder
class Builder
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setRequiredEntitlementIdentifier(requiredEntitlementIdentifier: String?): PaywallDialogOptions.Builder
Allows to configure whether to display the paywall dialog depending on the presence of a specific entitlement
Link copied to clipboard
fun setShouldDisplayBlock(shouldDisplayBlock: (CustomerInfo) -> Boolean?): PaywallDialogOptions.Builder
Allows to configure whether to display the paywall dialog depending on operations on the CustomerInfo
Link copied to clipboard
fun setShouldDisplayDismissButton(shouldDisplayDismissButton: Boolean): PaywallDialogOptions.Builder
Sets whether to display a close button on the paywall screen. Defaults to true.