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 |
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 |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |