RequestPlayerCommerceSession
DocsRequestPlayerCommerceSession(playerSrc, skuId)Description
> This native is deprecated and may be removed in a future version. Use the Tebex API instead.
Requests the specified player to buy the passed SKU. This'll pop up a prompt on the client, which upon acceptance
will open the browser prompting further purchase details.
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | char* | The player handle |
skuId | int | The ID of the SKU. |
Returns
voidThis native does not return a value.