MoEngageGetSelfHandledInAppsResult
@objc(MoEngageGetSelfHandledInAppsResult)
public final class MoEngageGetSelfHandledInAppsResult : NSObject, @unchecked Sendable
Success payload for MoEngageGetSelfHandledInAppsTask — fires once the
all-eligible-campaigns fetch completes. campaigns may be empty (a valid
customer-observable state — not a failure).
-
The eligible self-handled campaigns, possibly empty.
Declaration
Swift
@objc public let campaigns: [MoEngageInAppSelfHandledCampaign] -
Workspace identity for the fetched result.
Declaration
Swift
@objc public let accountMeta: MoEngageAccountMeta?