MoEngageGetUserIdentitiesTask
@objc(MoEngageGetUserIdentitiesTask)
public final class MoEngageGetUserIdentitiesTask : MoEngageBaseTask, MoEngageTaskProtocol, @unchecked Sendable
Typed task returned by MoEngageSDKAnalytics.getUserIdentities(...) (the
typed-task sibling of the deprecated completion-block variant). Carries a
MoEngageGetUserIdentitiesResult with the current identity map on success.
-
Declaration
Swift
public typealias Success = MoEngageGetUserIdentitiesResult -
Declaration
Swift
public typealias Failure = MoEngageRequestFailure