public static final class

ParameterValue.RolloutValue

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

Class Overview

Represents a Rollout value.

Summary

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

Public Methods

public boolean equals (Object o)

public double getPercent ()

Gets the rollout percentage representing the exposure of rollout value in the target audience.

Returns
  • Percentage of audience exposed to the rollout

public String getRolloutId ()

Gets the ID of the Rollout linked to this value.

Returns
  • The Rollout ID

public String getValue ()

Gets the value that is being rolled out.

Returns
  • The rollout value

public int hashCode ()