DefaultDetectCardTypeRepository

Constructors

Link copied to clipboard
constructor(cardEncryptor: BaseCardEncryptor, binLookupService: BinLookupService)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val detectedCardTypesFlow: Flow<List<DetectedCardType>>

Functions

Link copied to clipboard
open override fun detectCardType(cardNumber: String, publicKey: String?, supportedCardBrands: List<CardBrand>, clientKey: String, coroutineScope: CoroutineScope, type: String?)