DefaultCardDelegate
class DefaultCardDelegate(observerRepository: PaymentObserverRepository, publicKeyRepository: PublicKeyRepository, val componentParams: CardComponentParams, paymentMethod: PaymentMethod, order: OrderRequest?, analyticsManager: AnalyticsManager, addressRepository: AddressRepository, detectCardTypeRepository: DetectCardTypeRepository, cardValidationMapper: CardValidationMapper, cardEncryptor: BaseCardEncryptor, genericEncryptor: BaseGenericEncryptor, submitHandler: SubmitHandler<CardComponentState>, addressLookupDelegate: AddressLookupDelegate, cardConfigDataGenerator: CardConfigDataGenerator) : CardDelegate, AddressLookupDelegate
Constructors
Link copied to clipboard
constructor(observerRepository: PaymentObserverRepository, publicKeyRepository: PublicKeyRepository, componentParams: CardComponentParams, paymentMethod: PaymentMethod, order: OrderRequest?, analyticsManager: AnalyticsManager, addressRepository: AddressRepository, detectCardTypeRepository: DetectCardTypeRepository, cardValidationMapper: CardValidationMapper, cardEncryptor: BaseCardEncryptor, genericEncryptor: BaseGenericEncryptor, submitHandler: SubmitHandler<CardComponentState>, addressLookupDelegate: AddressLookupDelegate, cardConfigDataGenerator: CardConfigDataGenerator)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun observe(lifecycleOwner: LifecycleOwner, coroutineScope: CoroutineScope, callback: (PaymentComponentEvent<CardComponentState>) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard