toggle menu
adyen-android
androidJvm
switch theme
search in API
card
/
com.adyen.checkout.card.internal.data.api
/
DefaultDetectCardTypeRepository
Default
Detect
Card
Type
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
DefaultDetectCardTypeRepository
(
cardEncryptor
:
BaseCardEncryptor
,
binLookupService
:
BinLookupService
)
:
DetectCardTypeRepository
Members
Constructors
Default
Detect
Card
Type
Repository
Link copied to clipboard
constructor
(
cardEncryptor
:
BaseCardEncryptor
,
binLookupService
:
BinLookupService
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
detected
Card
Types
Flow
Link copied to clipboard
open
override
val
detectedCardTypesFlow
:
Flow
<
List
<
DetectedCardType
>
>
Functions
detect
Card
Type
Link copied to clipboard
open
override
fun
detectCardType
(
cardNumber
:
String
,
publicKey
:
String
?
,
supportedCardBrands
:
List
<
CardBrand
>
,
clientKey
:
String
,
coroutineScope
:
CoroutineScope
,
type
:
String
?
)