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

Public properties

(GetCredentialResponse) -> Unit

the callback on which the final GetCredentialResponse is returned, after the user has made its selections

GetCredentialRequest

the GetCredentialRequest to be invoked when a given view on which this request is set is focused

Public constructors

PendingGetCredentialRequest

Added in 1.5.0-alpha02
PendingGetCredentialRequest(
    request: GetCredentialRequest,
    callback: (GetCredentialResponse) -> Unit
)

Public properties

callback

Added in 1.5.0-alpha02
val callback: (GetCredentialResponse) -> Unit

the callback on which the final GetCredentialResponse is returned, after the user has made its selections

request

Added in 1.5.0-alpha02
val requestGetCredentialRequest

the GetCredentialRequest to be invoked when a given view on which this request is set is focused