react-native-adapty - v4.0.1
    Preparing search index...

    Type Alias AdaptyFlowViewProps

    AdaptyFlowViewProps: ViewProps & {
        flow: AdaptyFlow;
        onAnalytics?: FlowEventHandlers["onAnalytics"];
        onAppeared?: FlowEventHandlers["onAppeared"];
        onCloseButtonPress?: FlowEventHandlers["onCloseButtonPress"];
        onCustomAction?: FlowEventHandlers["onCustomAction"];
        onError?: FlowEventHandlers["onError"];
        onLoadingProductsFailed?: FlowEventHandlers["onLoadingProductsFailed"];
        onObserverPurchaseInitiated?: FlowEventHandlers["onObserverPurchaseInitiated"];
        onObserverRestoreInitiated?: FlowEventHandlers["onObserverRestoreInitiated"];
        onProductSelected?: FlowEventHandlers["onProductSelected"];
        onPurchaseCompleted?: FlowEventHandlers["onPurchaseCompleted"];
        onPurchaseFailed?: FlowEventHandlers["onPurchaseFailed"];
        onPurchaseStarted?: FlowEventHandlers["onPurchaseStarted"];
        onRequestAppReview?: FlowEventHandlers["onRequestAppReview"];
        onRequestPermission?: FlowEventHandlers["onRequestPermission"];
        onRestoreCompleted?: FlowEventHandlers["onRestoreCompleted"];
        onRestoreFailed?: FlowEventHandlers["onRestoreFailed"];
        onRestoreStarted?: FlowEventHandlers["onRestoreStarted"];
        onUrlPress?: FlowEventHandlers["onUrlPress"];
        onWebPaymentNavigationFinished?: FlowEventHandlers["onWebPaymentNavigationFinished"];
        params?: CreateFlowViewParamsInput;
    }

    Props for the AdaptyFlowView component.

    Type Declaration