IAAConfig

data class IAAConfig(val retryingQueue: RetryingQueueConfig? = null, val additionalAudienceCheck: AdditionalAudienceCheckConfig? = null) : JsonSerializable

Constructors

Link copied to clipboard
constructor(retryingQueue: RetryingQueueConfig? = null, additionalAudienceCheck: AdditionalAudienceCheckConfig? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.