Use this method to set the payment method data captured on your user interface (UI).
To receive validation and metadata updates based on the provided rawData
, utilize the
PrimerHeadlessUniversalCheckoutRawDataManagerListener.
1
fun setRawData(rawData: PrimerRawData)
kotlin
copy