| java.lang.Object | ||
| ↳ | com.google.firebase.remoteconfig.ParameterValue | |
| ↳ | com.google.firebase.remoteconfig.ParameterValue.RolloutValue | |
Represents a Rollout value.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| double |
getPercent()
Gets the rollout percentage representing the exposure of rollout value
in the target audience.
| ||||||||||
| String |
getRolloutId()
Gets the ID of the Rollout linked to this value.
| ||||||||||
| String |
getValue()
Gets the value that is being rolled out.
| ||||||||||
| int | hashCode() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.firebase.remoteconfig.ParameterValue
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the rollout percentage representing the exposure of rollout value in the target audience.
Gets the ID of the Rollout linked to this value.
Gets the value that is being rolled out.