Configuration

data class Configuration(brandLogo: Uri)

Data to configure the verification flow.

Constructors

Link copied to clipboard
fun Configuration(brandLogo: Uri)

Properties

Link copied to clipboard
val brandLogo: Uri

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.