ExportCredentialsToDeviceSetupResponse

class ExportCredentialsToDeviceSetupResponse : Parcelable


Response for exporting the credentials to the primary provider

Summary

Public constructors

Public functions

final Int
Int?

Returns the number of credentials failed to stored.

Int?

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

Int?

Returns the number of credentials successfully stored.

CallingAppInfoParcelable?

Returns the provider app info.

open Unit
writeToParcel(dest: Parcel, flags: Int)

Public properties

Bundle

the bundle containing response extras.

Public companion properties

Public constructors

ExportCredentialsToDeviceSetupResponse

ExportCredentialsToDeviceSetupResponse(responseBundle: Bundle)
Parameters
responseBundle: Bundle

the bundle containing response extras.

Public functions

describeContents

final fun describeContents(): Int

getNumFailure

fun getNumFailure(): Int?

Returns the number of credentials failed to stored.

getNumIgnored

fun getNumIgnored(): Int?

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

getNumSuccess

fun getNumSuccess(): Int?

Returns the number of credentials successfully stored.

getProviderAppInfo

fun getProviderAppInfo(): CallingAppInfoParcelable?

Returns the provider app info.

writeToParcel

open fun writeToParcel(dest: Parcel, flags: Int): Unit

Public properties

responseBundle

val responseBundleBundle

the bundle containing response extras.