Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

File metadata and controls

15 lines (10 loc) · 1.01 KB

link / com.tink.link.ui / ProviderSelection

ProviderSelection

sealed class ProviderSelection : Parcelable

Used as an argument for the TinkLinkUiActivity to specify if you want to select a single provider or a list of providers.

Types

Name Summary
ProviderList Show a provider list selection in the UI. This allows you to also specify an optional filter.data class ProviderList : ProviderSelection
SingleProvider Adapt the UI to launch directly into a single provider with a unique name identifier. This will launch the create credentials view directly and skip the provider list selection.data class SingleProvider : ProviderSelection