@adapty/capacitor - v4.1.3
Preparing search index...
EventPayloadMap
Type Alias EventPayloadMap
Mapping between event names and their payload types.
type
EventPayloadMap
=
{
onInstallationDetailsFail
:
{
error
:
AdaptyError
}
;
onInstallationDetailsSuccess
:
{
details
:
AdaptyInstallationDetails
}
;
onLatestProfileLoad
:
{
profile
:
AdaptyProfile
}
;
onPromotedPurchaseReceived
:
{
product
:
AdaptyPromotedProduct
}
;
}
Index
Properties
on
Installation
Details
Fail
on
Installation
Details
Success
on
Latest
Profile
Load
on
Promoted
Purchase
Received
Properties
on
Installation
Details
Fail
onInstallationDetailsFail
:
{
error
:
AdaptyError
}
on
Installation
Details
Success
onInstallationDetailsSuccess
:
{
details
:
AdaptyInstallationDetails
}
on
Latest
Profile
Load
onLatestProfileLoad
:
{
profile
:
AdaptyProfile
}
on
Promoted
Purchase
Received
onPromotedPurchaseReceived
:
{
product
:
AdaptyPromotedProduct
}
Settings
Member Visibility
External
Theme
OS
Light
Dark
On This Page
Properties
on
Installation
Details
Fail
on
Installation
Details
Success
on
Latest
Profile
Load
on
Promoted
Purchase
Received
@adapty/capacitor - v4.1.3
Loading...
Mapping between event names and their payload types.