> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFInventoryRedeemGooglePlayInventoryItemsAsync

> Canjea artículos comprados en Google Play Store en una colección de inventario de PlayFab para que los derechos de las compras de Android se concedan al jugador.

Canjea artículos.

## Sintaxis

```cpp theme={null}
HRESULT PFInventoryRedeemGooglePlayInventoryItemsAsync(  
    PFEntityHandle entityHandle,  
    const PFInventoryRedeemGooglePlayInventoryItemsRequest* request,  
    XAsyncBlock* async  
)  
```

### Parámetros

**`entityHandle`**   PFEntityHandle

PFEntityHandle que se usará para la autenticación.

**`request`**   [PFInventoryRedeemGooglePlayInventoryItemsRequest\*](/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemgoogleplayinventoryitemsrequest)

Objeto de solicitud rellenado.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock para la operación asincrónica.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API.

## Comentarios

Esta API está disponible en Android. Canjea artículos de Google Play Store. Cuando se complete la tarea asincrónica, llame a [PFInventoryRedeemGooglePlayInventoryItemsGetResultSize](/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemgoogleplayinventoryitemsgetresultsize) y a [PFInventoryRedeemGooglePlayInventoryItemsGetResult](/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemgoogleplayinventoryitemsgetresult) para obtener el resultado.

## Requisitos

**Encabezado:** PFInventory.h

## Consulte también

[Miembros de PFInventory](/services/playfab/api-references/c/pfinventory/pfinventory_members)


## Related topics

- [PFInventoryRedeemGooglePlayInventoryItemsGetResult](/es/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemgoogleplayinventoryitemsgetresult.md)
- [Información general de la API de C de Services - PFInventory.h](/es/services/playfab/api-references/c/pfinventory/pfinventory_members.md)
- [PFInventoryRedeemGooglePlayInventoryItemsRequest](/es/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemgoogleplayinventoryitemsrequest.md)
- [PFInventoryRedeemGooglePlayInventoryItemsResponse](/es/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemgoogleplayinventoryitemsresponse.md)
- [PFInventoryRedeemGooglePlayInventoryItemsGetResultSize](/es/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemgoogleplayinventoryitemsgetresultsize.md)
