@adapty/capacitor - v3.16.3
    Preparing search index...

    Type Alias EventPayloadMap

    Mapping between event names and their payload types.

    type EventPayloadMap = {
        onInstallationDetailsFail: { error: AdaptyError };
        onInstallationDetailsSuccess: { details: AdaptyInstallationDetails };
        onLatestProfileLoad: { profile: AdaptyProfile };
    }
    Index

    Properties

    onInstallationDetailsFail: { error: AdaptyError }
    onInstallationDetailsSuccess: { details: AdaptyInstallationDetails }
    onLatestProfileLoad: { profile: AdaptyProfile }