Configuration

data class Configuration @JvmOverloads constructor(val brandLogo: Uri, val brandColor: Int? = null)

Data to configure the verification flow.

Constructors

Link copied to clipboard
constructor(brandLogo: Uri, brandColor: Int? = null)

Properties

Link copied to clipboard

Optional color to use for the native flow's primary action buttons.

Link copied to clipboard

Brand logo to display on the consent page of verification flow. The Uri could be a local drawable resource file or a web image. The logo will be displayed in a 32x32 dp ImageView.