CreateCredentialResponse

public final class CreateCredentialResponse implements Parcelable


Data interface for the response of creating or saving a user credential.

Summary

Public constructors

constructs an instance of CreateCredentialResponse

Public methods

final int
final @NonNull Bundle

the data of the credential that was created or saved, in the form of a Bundle

final @NonNull String

the type of the credential that was created or saved

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

Public constructors

CreateCredentialResponse

public CreateCredentialResponse(@NonNull String type, @NonNull Bundle data)

constructs an instance of CreateCredentialResponse

Public methods

describeContents

public final int describeContents()

getData

public final @NonNull Bundle getData()

the data of the credential that was created or saved, in the form of a Bundle

getType

public final @NonNull String getType()

the type of the credential that was created or saved

writeToParcel

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