public class

User

extends Object
java.lang.Object
   ↳ com.google.firebase.remoteconfig.User

Class Overview

Represents a Remote Config user. Output only.

Summary

Public Methods
boolean equals(Object o)
String getEmail()
Gets the email of the user.
String getImageUrl()
Gets the image URL of the user.
String getName()
Gets the name of the user.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public String getEmail ()

Gets the email of the user.

Returns
  • The email of the user or null.

public String getImageUrl ()

Gets the image URL of the user.

Returns
  • The image URL of the user or null.

public String getName ()

Gets the name of the user.

Returns
  • The name of the user or null.

public int hashCode ()