AudienceSize

The size of the generated audience. Must match one of the sizes in the configured audience model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the audience size is defined in absolute terms or as a percentage. You can use the ABSOLUTEAudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the PercentageAudienceSize to configure sizes in the range 1-100 percent.

Link copied to clipboard
val value: Int

Specify an audience size value.

Functions

Link copied to clipboard
inline fun copy(block: AudienceSize.Builder.() -> Unit = {}): AudienceSize
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String