public static final class

ParameterValue.PersonalizationValue

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

Class Overview

Represents a Personalization value.

Summary

Public Methods
boolean equals(Object o)
String getPersonalizationId()
Gets the ID of the Personalization linked to this value.
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 getPersonalizationId ()

Gets the ID of the Personalization linked to this value.

Returns
  • The Personalization ID

public int hashCode ()