react-native-adapty - v3.15.4
    Preparing search index...

    Type Alias AdaptyPaywallViewProps

    AdaptyPaywallViewProps: ViewProps & {
        onCloseButtonPress?: EventHandlers["onCloseButtonPress"];
        onCustomAction?: EventHandlers["onCustomAction"];
        onLoadingProductsFailed?: EventHandlers["onLoadingProductsFailed"];
        onPaywallShown?: EventHandlers["onPaywallShown"];
        onProductSelected?: EventHandlers["onProductSelected"];
        onPurchaseCompleted?: EventHandlers["onPurchaseCompleted"];
        onPurchaseFailed?: EventHandlers["onPurchaseFailed"];
        onPurchaseStarted?: EventHandlers["onPurchaseStarted"];
        onRenderingFailed?: EventHandlers["onRenderingFailed"];
        onRestoreCompleted?: EventHandlers["onRestoreCompleted"];
        onRestoreFailed?: EventHandlers["onRestoreFailed"];
        onRestoreStarted?: EventHandlers["onRestoreStarted"];
        onUrlPress?: EventHandlers["onUrlPress"];
        onWebPaymentNavigationFinished?: EventHandlers["onWebPaymentNavigationFinished"];
        params?: CreatePaywallViewParamsInput;
        paywall: AdaptyPaywall;
    }

    Props for the AdaptyPaywallView component.