C# Class JudoPayiOSXamarinSampleApp.RootView

Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

RootView() public méthode

public RootView ( ) : System
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

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

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void