UserProfileChangeRequest

class UserProfileChangeRequest : Parcelable


Request used to update user profile information.

Summary

Nested types

The request builder.

Public properties

String?
Uri?

Inherited functions

From android.os.Parcelable
abstract Int

Public properties

displayName

val displayName: String?

photoUri

val photoUri: Uri?