ImportCredentialsResponse

class ImportCredentialsResponse : Parcelable


Response for importing credentials from another credential provider.

Summary

Public constructors

Public functions

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

Public properties

String

the response in JSON format, based on the CXF prototcol

Public companion properties

Public constructors

ImportCredentialsResponse

ImportCredentialsResponse(responseJson: String)
Parameters
responseJson: String

the response in JSON format, based on the CXF prototcol

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

responseJson

val responseJsonString

the response in JSON format, based on the CXF prototcol