C# Class inAppBillingDemo.Activity1

Inheritance: Android.App.Activity
Show file Open project: MarkEaton1/Monodroid-InApp-Billing Class Usage Examples

Public Properties

Property Type Description
DB_INITIALIZED string
ItemName Android.Widget.TextView
OwnedItems HashSet
OwnedItemsCursor ICursor
TAG string

Public Methods

Method Description
InAppBilling ( object o, EventArgs e ) : void
RestoreDatabase ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnRestoreInstanceState ( Bundle savedInstanceState ) : void
OnSaveInstanceState ( Bundle outState ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
AndroidEnvironment_UnhandledExceptionRaiser ( object sender, Android.Runtime.RaiseThrowableEventArgs e ) : void
DoInitializeOwnedItems ( ) : void
InitializeOwnedItems ( ) : void
StartBillingStuff ( ) : void

Method Details

InAppBilling() public method

public InAppBilling ( object o, EventArgs e ) : void
o object
e System.EventArgs
return void

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnRestoreInstanceState() protected method

protected OnRestoreInstanceState ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

OnSaveInstanceState() protected method

protected OnSaveInstanceState ( Bundle outState ) : void
outState Bundle
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

RestoreDatabase() public method

public RestoreDatabase ( ) : void
return void

Property Details

DB_INITIALIZED public static property

public static string DB_INITIALIZED
return string

ItemName public property

public TextView,Android.Widget ItemName
return Android.Widget.TextView

OwnedItems public property

public HashSet OwnedItems
return HashSet

OwnedItemsCursor public property

public ICursor OwnedItemsCursor
return ICursor

TAG public static property

public static string TAG
return string