offeringsShown

fun offeringsShown(context: Context, offeringsPayload: List<Map<String, Any>>, workspaceId: String? = null)

Tracks the display of a set of offering campaigns.

Since

1.0.0

Parameters

context

An instance of Context.

offeringsPayload

The data for the displayed offering campaigns.

workspaceId

The optional workspace ID; if null, the default instance will be used.

Note: Use this function only if the experience data is from an offering, else use experience click/shown function

Throws

if the SDK is not initialized for the given instance.