C# Class AndroidPayQuickstart.BikestoreApplication

Inheritance: Android.App.Application
Afficher le fichier Open project: apcurium/xamarin-bindings

Méthodes publiques

Méthode Description
BikestoreApplication ( IntPtr javaRef, Android transfer ) : System
Login ( string userName ) : void
Logout ( ) : void
OnCreate ( ) : void

Method Details

BikestoreApplication() public méthode

public BikestoreApplication ( IntPtr javaRef, Android transfer ) : System
javaRef System.IntPtr
transfer Android
Résultat System

Login() public méthode

public Login ( string userName ) : void
userName string
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void

OnCreate() public méthode

public OnCreate ( ) : void
Résultat void