Body
data class Body constructor(var updates: Array<MediationKeysUpdateList.Update> = emptyArray())(source)
Represents a body object that contains updates
for mediation keys.
Properties
Link copied to clipboard
An array of Update objects representing the updates for mediation keys.