C# Class AndroidPayQuickstart.BikestoreApplication

Inheritance: Android.App.Application
Mostrar archivo Open project: apcurium/xamarin-bindings

Public Methods

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

Method Details

BikestoreApplication() public method

public BikestoreApplication ( IntPtr javaRef, Android transfer ) : System
javaRef System.IntPtr
transfer Android
return System

Login() public method

public Login ( string userName ) : void
userName string
return void

Logout() public method

public Logout ( ) : void
return void

OnCreate() public method

public OnCreate ( ) : void
return void