Body

data class Body constructor(var updates: Array<MediationKeysUpdateList.Update> = emptyArray())(source)

Represents a body object that contains updates for mediation keys.

Constructors

Link copied to clipboard
constructor(updates: Array<MediationKeysUpdateList.Update> = emptyArray())

Properties

Link copied to clipboard

An array of Update objects representing the updates for mediation keys.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this object is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Calculates the hash code for the object.

Link copied to clipboard

Converts the updates in this Body object to a Map with keys of type String and values of type Any?.