{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% include "/android/_dackka-meta-tags.html" %}

RegistrationResponse

{% setvar page_path %}com/google/android/gms/identitycredentials/RegistrationResponse.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class RegistrationResponse : Parcelable


Response object for the IdentityCredentialClient.registerCredentials API.

Summary

Public companion properties

Parcelable.Creator<RegistrationResponse>

Public constructors

Public functions

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

Public companion properties

CREATOR

val CREATORParcelable.Creator<RegistrationResponse>

Public constructors

RegistrationResponse

RegistrationResponse()

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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