| java.lang.Object | ||
| ↳ | com.google.firebase.remoteconfig.ParameterValue | |
| ↳ | com.google.firebase.remoteconfig.ParameterValue.Explicit | |
Represents an explicit Remote Config parameter value with a value that the parameter is set to.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| String |
getValue()
Gets the value of
ParameterValue.Explicit. | ||||||||||
| int | hashCode() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.firebase.remoteconfig.ParameterValue
| |||||||||||
From class
java.lang.Object
| |||||||||||