ShowNudgeResult

data class ShowNudgeResult(val campaignName: String, val campaignId: String, val inAppType: InAppType, val position: InAppPosition)

Success payload delivered to com.moengage.core.task.MoETask.onSuccess for showNudge(...).

Author

Gowtham KK

Since

11.0.0

Constructors

Link copied to clipboard
constructor(campaignName: String, campaignId: String, inAppType: InAppType, position: InAppPosition)

Properties

Link copied to clipboard

Identifier of the nudge campaign that was shown.

Link copied to clipboard

A readable name for the nudge campaign that was shown.

Link copied to clipboard

Rendering type of the shown nudge, either InAppType.NATIVE or InAppType.HTML.

Link copied to clipboard

The screen InAppPosition at which the nudge was shown.