CreateCredentialResponse

class CreateCredentialResponse : Parcelable


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

Summary

Public companion properties

Parcelable.Creator<CreateCredentialResponse>

Public constructors

constructs an instance of CreateCredentialResponse

Public functions

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

Public properties

Bundle

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

String

the type of the credential that was created or saved

Public companion properties

Public constructors

CreateCredentialResponse

CreateCredentialResponse(type: String, data: Bundle)

constructs an instance of CreateCredentialResponse

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

data

val dataBundle

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

type

val typeString

the type of the credential that was created or saved