ExportCredentialsToDeviceSetupResponse

public final class ExportCredentialsToDeviceSetupResponse implements Parcelable


Response for exporting the credentials to the primary provider

Summary

Public constructors

Public methods

final int
final Integer

Returns the number of credentials failed to stored.

final Integer

Returns the number of credentials that were ignored by the provider.

final Integer

Returns the number of credentials successfully stored.

final CallingAppInfoParcelable

Returns the provider app info.

final @NonNull Bundle

the bundle containing response extras.

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

Public constructors

ExportCredentialsToDeviceSetupResponse

public ExportCredentialsToDeviceSetupResponse(@NonNull Bundle responseBundle)
Parameters
@NonNull Bundle responseBundle

the bundle containing response extras.

Public methods

describeContents

public final int describeContents()

getNumFailure

public final Integer getNumFailure()

Returns the number of credentials failed to stored.

getNumIgnored

public final Integer getNumIgnored()

Returns the number of credentials that were ignored by the provider.

getNumSuccess

public final Integer getNumSuccess()

Returns the number of credentials successfully stored.

getProviderAppInfo

public final CallingAppInfoParcelable getProviderAppInfo()

Returns the provider app info.

getResponseBundle

public final @NonNull Bundle getResponseBundle()

the bundle containing response extras.

writeToParcel

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