CustomEventExtras

class CustomEventExtras


Extra parameters for mediation custom events. The extra parameters are stored using the label of the custom event.

Summary

Public constructors

Public functions

Any?
getExtra(label: String!)

Returns the extra parameter for the custom event with the provided label.

Unit
setExtra(label: String!, value: Any!)

Sets an extra parameter for the custom event with the provided label.

Public constructors

CustomEventExtras

CustomEventExtras()

Public functions

getExtra

fun getExtra(label: String!): Any?

Returns the extra parameter for the custom event with the provided label.

setExtra

fun setExtra(label: String!, value: Any!): Unit

Sets an extra parameter for the custom event with the provided label.