NolPayPaymentComponent
that can be used to link new
nol Pay cards.
func provideNolPayStartPaymentComponent() -> NolPayPaymentComponent
NolPayPaymentComponent
.
Hide NolPayPaymentComponent
Hide enum NolPayPaymentCollectableData
Hide Properties
submit
function in order to process collected data and move component to next state.LinkCardComponent
you must call this function as a first step, to start NFC scanning of the card.NolPayPaymentState
is a enum class holding different output data
for specific steps. Whenever submit method is called, stepDelegate
will trigger the next step in case
the call to the mentioned method was successful.
Hide enum NolPayPaymentStep
func didReceiveStep(step: PrimerHeadlessStep)
func didUpdate(validationStatus: PrimerValidationStatus, for data: PrimerCollectableData?)
PrimerValidationStatus
is an enum that represents the different validation statuses in the Primer SDK. It helps to communicate the state of validation for a particular process, providing clear categorization of validation states.Hide enum PrimerValidationStatus
Hide Associated Value
PrimerValidationError
representing the specific validation errors found. func didReceiveError(error: PrimerError)