PendingGetCredentialRequest
class PendingGetCredentialRequest
Request to be set on an Android View, which will be invoked when the View is focused/clicked by the user.
Note that the callback only handles a final GetCredentialResponse and no errors are propagated to the callback.
See View.setPendingCredentialRequest for details on how this request will be used.
Summary
Public constructors |
|---|
PendingGetCredentialRequest( |
Public properties |
|
|---|---|
(GetCredentialResponse) -> Unit |
the callback on which the final |
GetCredentialRequest |
the |
Public constructors
PendingGetCredentialRequest
PendingGetCredentialRequest(
request: GetCredentialRequest,
callback: (GetCredentialResponse) -> Unit
)
Public properties
callback
val callback: (GetCredentialResponse) -> Unit
the callback on which the final GetCredentialResponse is returned, after the user has made its selections
request
val request: GetCredentialRequest
the GetCredentialRequest to be invoked when a given view on which this request is set is focused