C# 클래스 TK.CardIO.iOSUnified.CardIO

iOS implementation of the CardIO plugin
상속: ICardIO, ICardIOPaymentViewControllerDelegate
파일 보기 프로젝트 열기: TorbenK/TK.CardIO

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Diposes the CardIOPaymentViewController

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Init() 공개 정적인 메소드

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

Scan() 공개 메소드

public Scan ( CardIOConfig config = null ) : Task
config CardIOConfig
리턴 Task

UserDidCancelPaymentViewController() 공개 메소드

public UserDidCancelPaymentViewController ( CardIOPaymentViewController paymentViewController ) : void
paymentViewController CardIOPaymentViewController
리턴 void

UserDidProvideCreditCardInfo() 공개 메소드

public UserDidProvideCreditCardInfo ( CreditCardInfo cardInfo, CardIOPaymentViewController paymentViewController ) : void
cardInfo CreditCardInfo
paymentViewController CardIOPaymentViewController
리턴 void