Companion

object Companion

Properties

Link copied to clipboard

Built-in brands recognised out of the box.

Link copied to clipboard

Brand returned when no other brand matches the current input.

Functions

Link copied to clipboard
fun detect(card: String, brands: List<VgsCardBrand> = DEFAULT): VgsCardBrand

Returns the first brand from brands whose regex matches card, or UNKNOWN when nothing matches.