Enumeration PurchaseRequestStatusItem

A status code that indicates the result of a purchasable item purchase. Refer to PlayerHandle.requestPurchase and ClusterScript.onRequestPurchaseStatus for details.

Enumeration Members

Busy: 2

Indicates that the purchase request was automatically refused, due to the player could not display the item purchase dialog.

Failed: 5

Indicates that the player attempted to purchase the item but the purchase failed.

NotAvailable: 4

Indicates that the purchase dialog failed to display, due to the specified item is not available.

Purchased: 1

Indicates that the player has purchased the item.

Unknown: 0

Indicates that it is unclear whether the purchase was made due to reasons such as a network error.

UserCanceled: 3

Indicates that the player closed the item purchase dialog without making a purchase.

Generated using TypeDoc