SavePasswordResult

public class SavePasswordResult extends Object
implements Parcelable

The result returned from calling CredentialSavingClient.savePassword(SavePasswordRequest) that includes a PendingIntent that can be used to launch the password saving flow.

Inherited Constant Summary

Field Summary

public static final Creator<SavePasswordResult> CREATOR

Public Method Summary

boolean
PendingIntent
getPendingIntent()
Returns the PendingIntent that should be launched to start the UI flow for saving the password.
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Fields

public static final Creator<SavePasswordResult> CREATOR

Public Methods

public boolean equals (Object o)

public PendingIntent getPendingIntent ()

Returns the PendingIntent that should be launched to start the UI flow for saving the password.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)