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

    Interface AdaptyInstallationDetails

    interface AdaptyInstallationDetails {
        appLaunchCount: number;
        installId?: string;
        installTime: Date;
        payload?: string;
    }
    Index

    Properties

    appLaunchCount: number

    The total number of times the app has been launched.

    installId?: string

    A unique identifier for this installation.

    installTime: Date

    The date and time when the app was installed.

    payload?: string

    Custom payload data associated with the installation.