NolPayLinkCardComponent
that can be used to link new
nol Pay cards.
func provideNolPayLinkCardComponent() -> NolPayLinkCardComponent
NolPayLinkCardComponent
.
Hide NolPayLinkCardComponent
Hide enum NolPayLinkCollectableData
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.NolPayLinkDataStep
is a enum class holding different output data
for specific steps. Whenever submit will trigger the next step in case
the call to the mentioned method was successful.
Show enum NolPayLinkDataStep
submit
function after you called start
function.Hide Properties
collectTagData
step.Hide Properties
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)