AdaptyProfileParameters
class AdaptyProfileParameters
Represents parameters for updating or creating an Adapty profile.
Use the Builder to create instances of this class. It supports common profile fields such as email, phone number, name, gender, birthday, analytics settings, custom attributes, and iOS ATT status.
Types
Link copied to clipboard
class Builder
Builder for AdaptyProfileParameters.
Properties
Link copied to clipboard
Whether analytics are disabled for this profile. Nullable.
Link copied to clipboard
User's birthday in ISO-8601 string format (yyyy-MM-dd). Use AdaptyProfile.Date when setting it. Nullable.
Link copied to clipboard
Map of custom key-value attributes previously set by the developer. Nullable.
Link copied to clipboard
User's gender as a string. Use AdaptyProfile.Gender when setting it. Nullable.
Link copied to clipboard
User's phone number. Nullable.
Functions
Link copied to clipboard
Returns a Builder initialized with this object's current values.