Profile
class Profile(properties: Map<ProfileKey, Serializable>?) : BaseModel<ProfileKey, Profile> , ImmutableProfile
Controls the data that can be input into a map of profile attributes recognised by Klaviyo
Constructors
Link copied to clipboard
constructor(externalId: String? = null, email: String? = null, phoneNumber: String? = null, properties: Map<ProfileKey, Serializable>? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Adds a custom property to the map. Custom attributes can define any key name that isn't already reserved by Klaviyo
Add a custom property to the map. Custom attributes can define any key name that isn't already reserved by Klaviyo