WalletBranding
The wallet UI's brand settings: the app's name, the brand typeface, each credential's card face and the app's own credential types. Apps normally set all of it at once with WalletBrand.use.
Brand-neutral by default: doctypes without a registered face get the SDK's neutral face. Call install once before the first SDK screen shows (the SDK screens also call it themselves), so every SDK sheet (presenting, consent) uses the same name, theme and card art.
Properties
The app's own credential types, so their values render with the right labels and formats.
The brand typeface, applied to theme's type scale and to card-face text. Null = platform default.
The SDK's Material theme (palette + typography); wrap your own screens in it to match.
Material 3 typography in the brand typeface, for apps that build their own MaterialTheme.