RequestPlayerCommerceSession
DocsRequestPlayerCommerceSession(playerSrc, skuId)Description
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.