getSecurePinViewAsync

open fun getSecurePinViewAsync(request: CardSecureViewRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<View>)

Obtain a custom Android View displaying a card PIN code.

The PIN code is rendered on transparent background using the pswColorTextPrimary text color and pswTextAppearanceTitle1 text appearance. A custom theme can be provided upon Wallet configuration with the configure() method.

Return

An Android View with the card PIN code.

Parameters

request

A CardSecureViewRequest object with card ID and other configurations.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.