ShowInAppResult

data class ShowInAppResult(val campaignName: String, val campaignId: String, val inAppType: InAppType)

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

Author

Gowtham KK

Since

11.0.0

Constructors

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

Properties

Link copied to clipboard

Identifier of the campaign that was shown.

Link copied to clipboard

A readable name for the campaign that was shown.

Link copied to clipboard

Rendering type of the shown in-app, either InAppType.NATIVE or InAppType.HTML.