CreateRestoreCredentialResponse

public final class CreateRestoreCredentialResponse implements Parcelable


Restore credential returned after creation.

Summary

Public constructors

Public methods

final int
final @NonNull Bundle

the response bundle that contains the restore credential response.

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

Public constructors

CreateRestoreCredentialResponse

public CreateRestoreCredentialResponse(@NonNull Bundle responseBundle)

Public methods

describeContents

public final int describeContents()

getResponseBundle

public final @NonNull Bundle getResponseBundle()

the response bundle that contains the restore credential response.

writeToParcel

public void writeToParcel(@NonNull Parcel dest, int flags)