C# Class InAppService.MainActivity

Inheritance: Android.App.Activity, AdapterView.IOnItemSelectedListener, AdapterView.IOnItemClickListener
Show file Open project: prashantvc/AndroidInAppBillingDemo

Public Methods

Method Description
OnItemClick ( Android.Widget.AdapterView parent, Android view, int position, long id ) : void
OnItemSelected ( Android.Widget.AdapterView parent, Android view, int position, long id ) : void
OnNothingSelected ( Android.Widget.AdapterView parent ) : void
StartSetup ( ) : void

Protected Methods

Method Description
OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void

Private Methods

Method Description
GetInventory ( ) : System.Threading.Tasks.Task
HandleOnConnected ( object sender, EventArgs e ) : void
LoadPurchasedItems ( ) : void
OnBuyButtonClick ( object sender, EventArgs e ) : void
UpdatePurchasedItems ( ) : void

Method Details

OnActivityResult() protected method

protected OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
requestCode int
resultCode Result
data Android.Content.Intent
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnItemClick() public method

public OnItemClick ( Android.Widget.AdapterView parent, Android view, int position, long id ) : void
parent Android.Widget.AdapterView
view Android
position int
id long
return void

OnItemSelected() public method

public OnItemSelected ( Android.Widget.AdapterView parent, Android view, int position, long id ) : void
parent Android.Widget.AdapterView
view Android
position int
id long
return void

OnNothingSelected() public method

public OnNothingSelected ( Android.Widget.AdapterView parent ) : void
parent Android.Widget.AdapterView
return void

StartSetup() public method

public StartSetup ( ) : void
return void