PrimerHeadlessUniversalCheckoutNolPayManager
is an SDK component designed to streamline the
integration with the TransitSDK from Nol Payment.
This SDK makes it easier to work with NFC Nol payment cards, enabling functionalities like scanning,
linking, unlinking, and selecting these cards for transactions.
Features
- Listing Nol cars: Listing previously linked Nol payment cards using NolPayLinkedCardsComponent.
- NFC Scanning: Allows your application to scan NFC Nol payment cards using NolPayNfcComponent.
- Linking: Link the Nol card to a phone number using NolPayLinkCardComponent.
- Unlinking: Unlink previously linked Nol card using NolPayUnlinkCardComponent.
- Transactions: Execute payments using selected Nol payment cards NolPayPaymentComponent.
12
@Throws(SdkUninitializedException::class)fun init(): PrimerHeadlessUniversalCheckoutNolPayManager
kotlin
copy
Throws
An exception that will be thrown in case the SDK was not initialized properly. Before calling any of the manager's method, the SDK must be initialized using start method.