MoEngageIdentifyUserTask
@objc(MoEngageIdentifyUserTask)
public final class MoEngageIdentifyUserTask : MoEngageBaseTask, MoEngageTaskProtocol, @unchecked Sendable
Typed task returned by MoEngageSDKAnalytics.identifyUser(...) (both overloads).
Carries the MoEngageIdentifyUserResult payload on success.
-
Declaration
Swift
public typealias Success = MoEngageIdentifyUserResult -
Declaration
Swift
public typealias Failure = MoEngageRequestFailure