IdentityEditor

Wraps the Identity.Builder functions to provide an idiomatic Kotlin syntax.

For example:

SFMCSdk.requestSdk { sdk ->
sdk.identity.edit {
profileId = "John"
}
}

Properties

Link copied to clipboard

AttributesEditor for mutation of the attribute map. Attributes are shared by both Marketing Cloud Engagement and Mobile App Messaging.

Link copied to clipboard

The identity name, used by Mobile App Messaging.

Link copied to clipboard

A unique identifier number for the user, used by Mobile App Messaging (e.g., "party-123").

Link copied to clipboard

The identity's category or classification, used by Mobile App Messaging.

Link copied to clipboard

The profile ID, used by Marketing Cloud Engagement.