@adapty/capacitor - v3.10.0-beta.1
    Preparing search index...

    Interface AdaptyUiDialogConfig

    interface AdaptyUiDialogConfig {
        content?: string;
        primaryActionTitle: string;
        secondaryActionTitle?: string;
        title?: string;
    }
    Index

    Properties

    content?: string

    Descriptive text that provides additional details about the reason for the dialog.

    primaryActionTitle: string

    The action title to display as part of the dialog. If you provide two actions, be sure primaryAction cancels the operation and leaves things unchanged.

    secondaryActionTitle?: string

    The secondary action title to display as part of the dialog.

    title?: string

    The title of the dialog.