AdaptyProfileParametersBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() AdaptyProfileParameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCustomAttribute(String key) → void
setAirbridgeDeviceId(String? value) → void
setAmplitudeDeviceId(String? value) → void
setAmplitudeUserId(String? value) → void
setAnalyticsDisabled(bool? value) → void
setAppmetricaDeviceId(String? value) → void
setAppmetricaProfileId(String? value) → void
setAppTrackingTransparencyStatus(AdaptyIOSAppTrackingTransparencyStatus? value) → void
setBirthday(DateTime? value) → void
setCustomDoubleAttribute(double value, String key) → void
setCustomStringAttribute(String value, String key) → void
setEmail(String? value) → void
setFacebookAnonymousId(String? value) → void
setFirebaseAppInstanceId(String? value) → void
setFirstName(String? value) → void
setGender(AdaptyProfileGender? value) → void
setLastName(String? value) → void
setMixpanelUserId(String? value) → void
setOneSignalPlayerId(String? value) → void
setPhoneNumber(String? value) → void
setPushwooshHWID(String? value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited