getSecurePinView

abstract suspend fun getSecurePinView(request: CardSecureViewRequest): 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.