Class DefaultDetectCardTypeRepository
-
- All Implemented Interfaces:
-
com.adyen.checkout.card.internal.data.api.DetectCardTypeRepository
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class DefaultDetectCardTypeRepository implements DetectCardTypeRepository
-
-
Field Summary
Fields Modifier and Type Field Description private final Flow<List<DetectedCardType>>detectedCardTypesFlow
-
Constructor Summary
Constructors Constructor Description DefaultDetectCardTypeRepository(BaseCardEncryptor cardEncryptor, BinLookupService binLookupService)
-
Method Summary
Modifier and Type Method Description Flow<List<DetectedCardType>>getDetectedCardTypesFlow()UnitdetectCardType(String cardNumber, String publicKey, List<CardBrand> supportedCardBrands, String clientKey, CoroutineScope coroutineScope, String type)-
-
Constructor Detail
-
DefaultDetectCardTypeRepository
DefaultDetectCardTypeRepository(BaseCardEncryptor cardEncryptor, BinLookupService binLookupService)
-
-
Method Detail
-
getDetectedCardTypesFlow
Flow<List<DetectedCardType>> getDetectedCardTypesFlow()
-
-
-
-