# Unknown

class Unknown(val minValue: [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html), val maxValue: [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html)?) : [RewardTier](/developers/references/android/id-frak-sdk-rewards/rewardtier/)

A tier shape this build does not know, kept so one unrecognised band cannot fail the whole reward. Mirrors [EstimatedReward.Unknown](/developers/references/android/id-frak-sdk-rewards/estimatedreward/unknown/); the bounds are the fields every tier carries.

## Constructors

| | |
|---|---|
| [Unknown](/developers/references/android/id-frak-sdk-rewards/rewardtier/unknown/unknown/) | constructor(minValue: [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html), maxValue: [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html)?) |

## Properties

| Name | Summary |
|---|---|
| [maxValue](/developers/references/android/id-frak-sdk-rewards/rewardtier/unknown/maxvalue/) | open override val [maxValue](/developers/references/android/id-frak-sdk-rewards/rewardtier/unknown/maxvalue/): [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html)? |
| [minValue](/developers/references/android/id-frak-sdk-rewards/rewardtier/unknown/minvalue/) | open override val [minValue](/developers/references/android/id-frak-sdk-rewards/rewardtier/unknown/minvalue/): [Double](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-double/index.html) |

## Functions

| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: [Any](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) |
| hashCode | open override fun hashCode(): [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) |
| toString | open override fun toString(): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |