> ## 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

> Google Play Store에서 구매한 아이템을 PlayFab 인벤토리 컬렉션으로 사용 처리하여 Android 구매로부터의 사용 권한이 플레이어에게 부여되도록 합니다.

아이템을 사용 처리합니다.

## 구문

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

### 매개 변수

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

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

채워진 요청 객체입니다.

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

비동기 작업을 위한 XAsyncBlock입니다.

### 반환 값

형식: HRESULT

이 API 작업의 결과 코드입니다.

## 설명

이 API는 Android에서 사용할 수 있습니다. Google Play Store에서 아이템을 사용 처리합니다. 비동기 작업이 완료되면 [PFInventoryRedeemGooglePlayInventoryItemsGetResultSize](/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemgoogleplayinventoryitemsgetresultsize) 및 [PFInventoryRedeemGooglePlayInventoryItemsGetResult](/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemgoogleplayinventoryitemsgetresult)를 호출하여 결과를 가져옵니다.

## 요구 사항

**헤더:** PFInventory.h

## 참고 항목

[PFInventory 멤버](/services/playfab/api-references/c/pfinventory/pfinventory_members)
