C# Class JudoDotNetXamarin.WebVerificationPage

Inheritance: Xamarin.Forms.ContentPage, WebViewListener
Afficher le fichier Open project: JudoPay/Judo-Xamarin Class Usage Examples

Méthodes publiques

Méthode Description
OnPageLoaded ( ) : void
OnPageStarted ( ) : void
WebVerificationPage ( JudoPayDotNet.Models.PaymentRequiresThreeDSecureModel model, EventHandler handler ) : System
WebVerificationPage ( JudoPayDotNet.Models.PaymentRequiresThreeDSecureModel model, EventHandler handler, string loadingTextLabel ) : System

Méthodes protégées

Méthode Description
OnBackButtonPressed ( ) : bool

Private Methods

Méthode Description
LoadWebPage ( ) : void

Method Details

OnBackButtonPressed() protected méthode

protected OnBackButtonPressed ( ) : bool
Résultat bool

OnPageLoaded() public méthode

public OnPageLoaded ( ) : void
Résultat void

OnPageStarted() public méthode

public OnPageStarted ( ) : void
Résultat void

WebVerificationPage() public méthode

public WebVerificationPage ( JudoPayDotNet.Models.PaymentRequiresThreeDSecureModel model, EventHandler handler ) : System
model JudoPayDotNet.Models.PaymentRequiresThreeDSecureModel
handler EventHandler
Résultat System

WebVerificationPage() public méthode

public WebVerificationPage ( JudoPayDotNet.Models.PaymentRequiresThreeDSecureModel model, EventHandler handler, string loadingTextLabel ) : System
model JudoPayDotNet.Models.PaymentRequiresThreeDSecureModel
handler EventHandler
loadingTextLabel string
Résultat System