public static final class

ParameterValue.Explicit

extends ParameterValue
java.lang.Object
   ↳ com.google.firebase.remoteconfig.ParameterValue
     ↳ com.google.firebase.remoteconfig.ParameterValue.Explicit

Class Overview

Represents an explicit Remote Config parameter value with a value that the parameter is set to.

Summary

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

Public Methods

public boolean equals (Object o)

public String getValue ()

Gets the value of ParameterValue.Explicit.

Returns
  • The value.

public int hashCode ()