MoEngageGetSelfHandledInAppResult
@objc(MoEngageGetSelfHandledInAppResult)
public final class MoEngageGetSelfHandledInAppResult : NSObject, @unchecked Sendable
Success payload for MoEngageGetSelfHandledInAppTask — fires once the
single-eligible-campaign fetch completes. campaign is nil when no
eligible self-handled campaign exists for the workspace at this time
(a valid customer-observable state — not a failure).
-
The eligible self-handled campaign, or
nilif none is available.Declaration
Swift
@objc public let campaign: MoEngageInAppSelfHandledCampaign? -
Workspace identity for the fetched result.
Declaration
Swift
@objc public let accountMeta: MoEngageAccountMeta?