C# Class JudoPayiOSXamarinSampleApp.RootView

Exibir arquivo Open project: MikeCodesDotNet/Beer-Drinkin Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

DidRotate() public method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

RootView() public method

public RootView ( ) : System
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void