# result

> Indicates whether the end user gave their consent to download Android asset packs.

## Definition

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

```csharp
public AndroidAssetPackConfirmationDialogResult result { get; }
```

### Remarks

This property returns null if the operation is not yet completed and `ConfirmationDialogAsyncOperation.isDone` is false. Read-only.

Additional Resources: [AndroidAssetPackConfirmationDialogResult](/engine/6000.6/script-reference/unityengine/android/androidassetpackconfirmationdialogresult.md), [ConfirmationDialogAsyncOperation.isDone](/engine/6000.6/script-reference/unityengine/android/confirmationdialogasyncoperation/isdone.md).
