C# Class Android.Xamarin.SampleApp.WithUIActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void
OnSaveInstanceState ( Bundle outState ) : void

Private Methods

Méthode Description
ConfigureJudoSDK ( ) : void
FailurePayment ( JudoError error, JudoPayDotNet.Models.PaymentReceiptModel receipt ) : void
GetCardViewModel ( ) : PaymentViewModel
GetTokenCardViewModel ( ) : TokenPaymentViewModel
RestoreState ( Bundle bundle ) : void
SuccessPayment ( JudoPayDotNet.Models.PaymentReceiptModel receipt ) : void
payCard_Click ( object sender, EventArgs e ) : void
payPreAuth_Click ( object sender, EventArgs e ) : void
payTokenPreAuth_Click ( object sender, EventArgs e ) : void
payToken_Click ( object sender, EventArgs e ) : void
registerCard_Click ( object sender, EventArgs e ) : void

Method Details

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnSaveInstanceState() protected méthode

protected OnSaveInstanceState ( Bundle outState ) : void
outState Bundle
Résultat void