Adapty
Properties
Returns whether activate has been called.
Set to the most appropriate level of logging.
Functions
Use this method to initialize the Adapty SDK.
Adapty allows you remotely configure a Flow that will be displayed in your app.
This method enables you to retrieve the flow from the Default Audience without having to wait for the Adapty SDK to send all the user information required for segmentation to the server.
Once you have an AdaptyFlow, fetch corresponding products list using this method.
Once you have an AdaptyFlowPaywall, fetch corresponding products list using this method.
The main function for getting a user profile. Allows you to define the level of access, as well as other parameters.
Use this method for identifying user with it’s user id in your system.
You can logout the user anytime by calling this method.
Whenever you show a flow to your user, call .logShowFlow(flow) to log the event, and it will be accumulated in the flow metrics.
To make the purchase, you have to call this method.
To restore purchases, you have to call this method.
To set fallback paywalls, use this method. You should pass exactly the same payload you’re getting from Adapty backend. You can copy it from Adapty Dashboard.
Sets a single integration identifier associated with the current profile.
Sets the integration identifiers associated with the current profile.
Override the default logger behavior using this method.
Implement this method to receive automatic profile updates.
To set attribution data for the profile, use this method.
You can set optional attributes such as email, phone number, etc, to the user of your app. You can then use attributes to create user segments or just view them in CRM.