SignalData

data class SignalData(val context: Context, val adUnitId: String?, val productType: ProductType? = null)

Data for signal generation.

Constructors

Link copied to clipboard
constructor(context: Context, adUnitId: String?, productType: ProductType? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val productType: ProductType? = null