C# 클래스 JudoPayiOSXamarinSampleApp.RootView

파일 보기 프로젝트 열기: MikeCodesDotNet/Beer-Drinkin 1 사용 예제들

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
RootView ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

just for sample app, you can set all settings while configuring SDK

ViewWillDisappear ( bool animated ) : void

비공개 메소드들

메소드 설명
CloseView ( ) : void
FailurePayment ( JudoError error, PaymentReceiptModel receipt ) : void
GetApplePayViewModel ( ) : ApplePayViewModel
GetCardViewModel ( ) : PaymentViewModel
SetUpTableView ( ) : void
ShowMessage ( string title, string message, string btnText = "OK" ) : void
SuccessPayment ( PaymentReceiptModel receipt ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

RootView() 공개 메소드

public RootView ( ) : System
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

just for sample app, you can set all settings while configuring SDK
public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void