AI-generated Key Takeaways
-
GetPhoneNumberHintIntentRequestis a request object used to get an Intent to start the Phone Number Hint flow. -
It includes a nested
Builderclass for creating instances of the request. -
The class implements the
Parcelableinterface, indicating it can be written to and restored from a Parcel.
Request object used to get an Intent to start the Phone Number Hint flow.
Nested Class Summary
| class | GetPhoneNumberHintIntentRequest.Builder | Builder for
GetPhoneNumberHintIntentRequest |
|
Inherited Constant Summary
Public Method Summary
| static GetPhoneNumberHintIntentRequest.Builder |
builder()
|
| boolean | |
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|