Méthode | Description | |
---|---|---|
Close ( ) : void | ||
PurchaseDatabase ( Android.Content.Context context ) : System.Runtime.CompilerServices | ||
QueryAllPurchasedItems ( ) : ICursor |
Returns a cursor that can be used to read all the rows and columns of the "purchased items" table.
|
Méthode | Description | |
---|---|---|
InsertOrder ( string orderId, string productId, |
Inserts a purchased product into the database. There may be multiple rows in the table for the same product if it was purchased multiple times or if it was refunded.
|
|
UpdatePurchase ( string orderId, string productId, |
||
UpdatePurchasedItem ( string productId, int quantity ) : void |
Updates the quantity of the given product to the given value. If the given value is zero, then the product is removed from the table.
|
public PurchaseDatabase ( Android.Content.Context context ) : System.Runtime.CompilerServices | ||
context | Android.Content.Context | |
Résultat | System.Runtime.CompilerServices |
public QueryAllPurchasedItems ( ) : ICursor | ||
Résultat | ICursor |