MoEngageGetUserIdentitiesResult
@objc
public final class MoEngageGetUserIdentitiesResult : NSObject, @unchecked Sendable
Success payload for MoEngageSDKAnalytics.getUserIdentities(...). Carries the
current identity map for the requested workspace.
-
The user’s current identities (uid, email, custom keys, etc.) for the requested workspace. Empty dictionary if no identities are set.
Declaration
Swift
@objc public let identities: [String : String]