AI-generated Key Takeaways
-
PublicKeyCredentialUserEntity is a class used to provide additional details about a user account when creating a new credential.
-
This class implements the Parcelable interface, allowing it to be parceled.
-
It provides constructors to initialize user entity information with id, name, icon, and display name.
-
The class includes methods to retrieve user details such as display name, icon, id, and name, and also provides standard object methods like equals and hashCode.
This class is used to supply additional parameters about the user account when creating a new Credential.
Inherited Constant Summary
Public Constructor Summary
Public Method Summary
| boolean | |
| String | |
| String |
getIcon()
|
| byte[] |
getId()
|
| ByteString | |
| String |
getName()
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|