@adapty/capacitor - v3.16.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
}
;
}
Index
Properties
on
Installation
Details
Fail
on
Installation
Details
Success
on
Latest
Profile
Load
Properties
on
Installation
Details
Fail
onInstallationDetailsFail
:
{
error
:
AdaptyError
}
on
Installation
Details
Success
onInstallationDetailsSuccess
:
{
details
:
AdaptyInstallationDetails
}
on
Latest
Profile
Load
onLatestProfileLoad
:
{
profile
:
AdaptyProfile
}
Settings
Member Visibility
External
Theme
OS
Light
Dark
On This Page
Properties
on
Installation
Details
Fail
on
Installation
Details
Success
on
Latest
Profile
Load
@adapty/capacitor - v3.16.3
Loading...
Mapping between event names and their payload types.