setInlinedProcessing

WARNING: Experimental API Try this only if you are sure Disabled by Default.

This API enables or disables inlined processing. If this is enabled, the SDK will attempt to process payments with fewer UI screens.

Example:

  • For PayPay, the SDK will close as soon as the payment is verified.

  • For Credit Card payments, if second-step verification isn't required, the SDK will skip the WebView and handle the callback directly.

Parameters

inlinedProcessing

Boolean flag to enable inlined processing.