public static class

UserProfileChangeRequest.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.UserProfileChangeRequest.Builder

Class Overview

The request builder.

Summary

Public Constructors
UserProfileChangeRequest.Builder()
Public Methods
UserProfileChangeRequest build()
UserProfileChangeRequest.Builder setDisplayName(String displayName)
Sets the updated display name.
UserProfileChangeRequest.Builder setPhotoUri(Uri photoUri)
Sets the updated photo Uri.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UserProfileChangeRequest.Builder ()

Public Methods

public UserProfileChangeRequest build ()

Returns

public UserProfileChangeRequest.Builder setDisplayName (String displayName)

Sets the updated display name.

Returns

public UserProfileChangeRequest.Builder setPhotoUri (Uri photoUri)

Sets the updated photo Uri.

Returns