MoEngageResetUserTask
@objc(MoEngageResetUserTask)
public final class MoEngageResetUserTask : MoEngageBaseTask, MoEngageTaskProtocol, @unchecked Sendable
Typed task returned by MoEngageSDKAnalytics.resetUser(...) (the typed-task
sibling of the deprecated completion-block variant). Carries a
MoEngageResetUserResult on success once the user state has been reset.
-
Declaration
Swift
public typealias Success = MoEngageResetUserResult -
Declaration
Swift
public typealias Failure = MoEngageRequestFailure