MoEngageGetSelfHandledInAppTask
@objc(MoEngageGetSelfHandledInAppTask)
public final class MoEngageGetSelfHandledInAppTask : MoEngageBaseTask, MoEngageTaskProtocol
Typed task returned by MoEngageSDKInApp.getSelfHandledInApp(...) (the
typed-task sibling of the deprecated completion-block variant). Carries a
MoEngageGetSelfHandledInAppResult on success — campaign is non-nil if an
eligible self-handled campaign was found, or nil if none is available
(the absence of an eligible campaign is a valid customer-observable state,
not a failure).
-
Declaration
Swift
public typealias Success = MoEngageGetSelfHandledInAppResult -
Declaration
Swift
public typealias Failure = MoEngageRequestFailure