UserIdentityResult

data class UserIdentityResult(val identity: String)

Success payload for MoEAnalyticsHelper.identifyUser(context, identity: String, ...).

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(identity: String)

Properties

Link copied to clipboard

The identity value that was accepted for the user.