PaymentFormMediator

Constructors

Link copied to clipboard
constructor(config: PaymentFormConfig)

Functions

Link copied to clipboard

Execute and handle 3DS flow with WebView.

Link copied to clipboard
Link copied to clipboard
fun provideFragmentContent(fragment: Fragment, strategy: ViewCompositionStrategy = ViewCompositionStrategy.DisposeOnViewTreeLifecycleDestroyed): View

Provides view for a Fragment. Should be used in onCreateView.onCreateView{}.

Link copied to clipboard

Set content for a ComponentActivity. Should be used in ComponentActivity.onCreate{} instead of setContent.