The native UI manager is responsible for payment methods that need to present their own UI (e.g. Google Pay).

This method enables you to create a Native UI manager instance.

KOTLIN
@Throws(SdkUninitializedException::class, UnsupportedPaymentMethodException::class)
@JvmStatic
fun newInstance(
  paymentMethodType: String
): PrimerHeadlessUniversalCheckoutNativeUiManagerInterface

Parameters

Throws