# AndroidAssetPackConfirmationDialogResult

> Represents the user's response indicating whether the user gave consent to download asset packs that require explicit permission.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public class AndroidAssetPackConfirmationDialogResult
```

## Remarks

The value is received from a callback after [AndroidAssetPacks.ShowConfirmationDialogAsync](/engine/6000.7/script-reference/unityengine/android/androidassetpacks/showconfirmationdialogasync.md) is called.

## Properties

| Property                                                                                                                     | Description                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [consentGiven](/engine/6000.7/script-reference/unityengine/android/androidassetpackconfirmationdialogresult/consentgiven.md) | Indicates whether the user gave consent to download asset packs that require user confirmation or WiFi connection. |
