LinkController
A controller to perform various Link operations.
Types
Link copied to clipboard
Builder for creating a LinkController instance.
Link copied to clipboard
class Configuration
Configuration for LinkController.
Link copied to clipboard
Callback for receiving results from Presenter.confirmSetupIntent.
Link copied to clipboard
Result of confirming a SetupIntent after payment method creation.
Link copied to clipboard
class PaymentMethodPreview
Preview information for a Link payment method.
Link copied to clipboard
The type of payment method to present for selection.
Link copied to clipboard
Callback for receiving results from Presenter.present.
Link copied to clipboard
Result of Presenter.present.
Properties
Functions
Link copied to clipboard
Configure the controller with a Configuration.
Link copied to clipboard
fun createPresenter(activity: ComponentActivity, presentCallback: LinkController.PresentCallback): LinkController.Presenter
Creates a Presenter for use with Presenter.present.