ConnectionsSheet

class 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)

Constructor to be used when launching the connections sheet from an Activity.

Link copied to clipboard
fun ConnectionsSheet(fragment: Fragment, callback: ConnectionsSheetResultCallback)

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

Configuration for a Connections Sheet

Functions

Link copied to clipboard
fun present(configuration: ConnectionsSheet.Configuration)

Present the connections sheet.