Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( ) : void |
Just to prevent the linker from removing the assembly on iOS
|
|
Scan ( CardIOConfig config = null ) : Task |
||
UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void | ||
UserDidProvideCreditCardInfo ( CreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Diposes the
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Should be disposed |
Résultat | void |
public Scan ( CardIOConfig config = null ) : Task |
||
config | CardIOConfig | |
Résultat | Task |
public UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void | ||
paymentViewController | CardIOPaymentViewController | |
Résultat | void |
public UserDidProvideCreditCardInfo ( CreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void | ||
cardInfo | CreditCardInfo | |
paymentViewController | CardIOPaymentViewController | |
Résultat | void |