MoEngageFlushTask
@objc(MoEngageFlushTask)
public final class MoEngageFlushTask : MoEngageBaseTask, MoEngageTaskProtocol, @unchecked Sendable
Typed task returned by MoEngageSDKAnalytics.flush(...) (the typed-task
sibling of the deprecated completion-block variant). Carries a MoEngageFlushResult
on success once the batch sync has been server-acknowledged.
-
Declaration
Swift
public typealias Success = MoEngageFlushResult -
Declaration
Swift
public typealias Failure = MoEngageRequestFailure