C# Class TK.CardIO.iOSUnified.CardIO

iOS implementation of the CardIO plugin
Inheritance: ICardIO, ICardIOPaymentViewControllerDelegate
ファイルを表示 Open project: TorbenK/TK.CardIO

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Diposes the CardIOPaymentViewController

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

Diposes the CardIOPaymentViewController
protected Dispose ( bool disposing ) : void
disposing bool Should be disposed
return void

Init() public static method

Just to prevent the linker from removing the assembly on iOS
public static Init ( ) : void
return void

Scan() public method

public Scan ( CardIOConfig config = null ) : Task
config CardIOConfig
return Task

UserDidCancelPaymentViewController() public method

public UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
paymentViewController CardIOPaymentViewController
return void

UserDidProvideCreditCardInfo() public method

public UserDidProvideCreditCardInfo ( CreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void
cardInfo CreditCardInfo
paymentViewController CardIOPaymentViewController
return void