ConnectionsSheet
A drop in class to present the Link Account Session Auth Flow.
This must be called unconditionally, as part of initialization path, typically as a field initializer of an Activity or Fragment.
Constructors
Link copied to clipboard
fun ConnectionsSheet(activity: ComponentActivity, callback: ConnectionsSheetResultCallback)
Content copied to clipboard
Constructor to be used when launching the connections sheet from an Activity.
Link copied to clipboard
fun ConnectionsSheet(fragment: Fragment, callback: ConnectionsSheetResultCallback)
Content copied to clipboard
Constructor to be used when launching the payment sheet from a Fragment.
Types
Link copied to clipboard
data class Configuration(linkAccountSessionClientSecret: String, publishableKey: String) : Parcelable
Content copied to clipboard
Configuration for a Connections Sheet