static Request | ConsumePurchase ( string sku ) |
static Request< Models.ProductList > | GetProductsBySKU ( string [] skus ) |
static Request< Models.PurchaseList > | |
static Request< Models.PurchaseList > | |
static Request< Models.Purchase > | LaunchCheckoutFlow ( string sku ) |
static Request< Models.ProductList > | GetNextProductListPage ( Models.ProductList list ) |
static Request< Models.PurchaseList > |
static Request Oculus.Platform.IAP.ConsumePurchase ( string sku ) |
---|
Allow the consumable IAP product to be purchased again. Conceptually, this indicates that the item was used or consumed. |
static Request<Models.ProductList> Oculus.Platform.IAP.GetProductsBySKU ( string [] skus ) |
---|
Retrieve a list of IAP products that can be purchased. Parameters skus The SKUs of the products to retrieve. |
static Request<Models.PurchaseList> Oculus.Platform.IAP.GetViewerPurchases ( ) |
---|
Retrieve a list of Purchase that the Logged-In-User has made. This list will also contain consumable purchases that have not been consumed. |
static Request<Models.PurchaseList> Oculus.Platform.IAP.GetViewerPurchasesDurableCache ( ) |
---|
Retrieve a list of Purchase that the Logged-In-User has made. This list will only contain durable purchase (non-consumable) and is populated from a device cache. It is recommended in all cases to use ovr_User_GetViewerPurchases first and only check the cache if that fails. |
static Request<Models.Purchase> Oculus.Platform.IAP.LaunchCheckoutFlow ( string sku ) |
---|
Launch the checkout flow to purchase the existing product. Oculus Home tries handle and fix as many errors as possible. Home returns the appropriate error message and how to resolveit, if possible. Returns a purchase on success, empty purchase on cancel, and an error on error. Parameters sku IAP sku for the item the user wishes to purchase. |
static Request<Models.ProductList> Oculus.Platform.IAP.GetNextProductListPage ( Models.ProductList list ) |
---|
No description available.
|
static Request<Models.PurchaseList> Oculus.Platform.IAP.GetNextPurchaseListPage ( Models.PurchaseList list ) |
---|
No description available.
|