Package com.stripe.android.connections

Types

Link copied to clipboard
class ConnectionsSheet

A drop in class to present the Link Account Session Auth Flow.

Link copied to clipboard
class ConnectionsSheetRedirectActivity : AppCompatActivity

This Activity handles redirects from the ChromeCustomTab hosting the AuthFlow. It'll process the result url in Intent.getData and pass them back to the opening activity, ConnectionsSheetActivity.

Link copied to clipboard
sealed class ConnectionsSheetResult : Parcelable

The result of an attempt to complete a connections session

Link copied to clipboard
fun interface ConnectionsSheetResultCallback

Callback that is invoked when a ConnectionsSheetResult is available.