Adapty
androidJvm
Adapty SDK
/
com.adapty.models
/
AdaptyProfileParameters
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
AdaptyProfileParameters
with
Birthday
Link copied to clipboard
fun
withBirthday
(
birthday
:
AdaptyProfile.Date
?
)
:
AdaptyProfileParameters.Builder
with
Custom
Attribute
Link copied to clipboard
fun
withCustomAttribute
(
key
:
String
,
value
:
Double
)
:
AdaptyProfileParameters.Builder
fun
withCustomAttribute
(
key
:
String
,
value
:
String
)
:
AdaptyProfileParameters.Builder
with
Email
Link copied to clipboard
fun
withEmail
(
email
:
String
?
)
:
AdaptyProfileParameters.Builder
with
External
Analytics
Disabled
Link copied to clipboard
fun
withExternalAnalyticsDisabled
(
disabled
:
Boolean
?
)
:
AdaptyProfileParameters.Builder
with
First
Name
Link copied to clipboard
fun
withFirstName
(
firstName
:
String
?
)
:
AdaptyProfileParameters.Builder
with
Gender
Link copied to clipboard
fun
withGender
(
gender
:
AdaptyProfile.Gender
?
)
:
AdaptyProfileParameters.Builder
with
Last
Name
Link copied to clipboard
fun
withLastName
(
lastName
:
String
?
)
:
AdaptyProfileParameters.Builder
with
Phone
Number
Link copied to clipboard
fun
withPhoneNumber
(
phoneNumber
:
String
?
)
:
AdaptyProfileParameters.Builder
with
Removed
Custom
Attribute
Link copied to clipboard
fun
withRemovedCustomAttribute
(
key
:
String
)
:
AdaptyProfileParameters.Builder