Interface DetectCardTypeRepository
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface DetectCardTypeRepository
-
-
Method Summary
Modifier and Type Method Description abstract UnitdetectCardType(String cardNumber, String publicKey, List<CardBrand> supportedCardBrands, String clientKey, CoroutineScope coroutineScope, String type)abstract Flow<List<DetectedCardType>>getDetectedCardTypesFlow()-
-
Method Detail
-
detectCardType
abstract Unit detectCardType(String cardNumber, String publicKey, List<CardBrand> supportedCardBrands, String clientKey, CoroutineScope coroutineScope, String type)
-
getDetectedCardTypesFlow
abstract Flow<List<DetectedCardType>> getDetectedCardTypesFlow()
-
-
-
-