Item
Readonly
errorReadonly
metaThe meta string specified in PlayerHandle.requestGrantProduct.
Readonly
playerThe PlayerHandle of the player who was granted the product.
Readonly
productThe ID of the granted product.
Readonly
productThe name of the granted product.
Readonly
statusA string indicating the result of the product grant request.
"Unknown"
.. Indicates that it cannot be determined whether the grant was performed due to reasons such as network errors."Granted"
.. Indicates that the product was granted to the player."AlreadyOwned"
.. Indicates that the player already owned the product."Failed"
.. Indicates that an attempt was made to grant the product, but the grant failed.Generated using TypeDoc
A readonly type that represents the result of a product grant operation performed using PlayerHandle.requestGrantProduct and ClusterScript.onRequestGrantProductResult.