MoEngageShowNudgeResult
@objc(MoEngageShowNudgeResult)
public final class MoEngageShowNudgeResult : NSObject, MoEngageShownCampaign, @unchecked Sendable
Success payload for MoEngageShowNudgeTask (non-intrusive nudges anchored
to a screen position). Same resolution timing semantics as
MoEngageShowInAppResult — fires after visible render via the
MoEngageInAppNativeDelegate.inAppShown(...) delegate callback path.
-
Declaration
Swift
public let campaignName: String -
Declaration
Swift
public let campaignId: String -
Declaration
Swift
public let inAppType: MoEngageInAppType -
The position the nudge was shown at. Required, non-nullable — every nudge campaign has a position by definition.
Declaration
Swift
@objc public let position: MoEngageNudgePosition