android-components / mozilla.components.service.fretboard / Experiment / Bucket

Bucket

data class Bucket (source)

Constructors

<init>

Bucket(max: Int? = null, min: Int? = null)

Properties

max

val max: Int?

Maximum bucket (exclusive), values from 0 to 100

min

val min: Int?

Minimum bucket (inclusive), values from 0 to 100