ImportCredentialsForDeviceSetupResponse

class ImportCredentialsForDeviceSetupResponse : Parcelable


Response for importing the credentials from the primary provider

Summary

Public constructors

Public functions

final Int
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

ImportCredentialsForDeviceSetupResponse

ImportCredentialsForDeviceSetupResponse(responseBundle: Bundle)
Parameters
responseBundle: Bundle

the bundle containing response extras.

Public functions

describeContents

final fun describeContents(): Int

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.