# AndroidAssetPackUseMobileDataRequestResult

> Represents the choice of an end user that indicates if your application can use mobile data to download Android asset packs.

## Definition

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

```csharp
public class AndroidAssetPackUseMobileDataRequestResult
```

## Remarks

The value is received from a callback after AndroidAssetPacks.RequestToUseMobileDataAsync is called. Additional Resources: [AndroidAssetPacks.RequestToUseMobileDataAsync](/engine/6000.0/script-reference/unityengine/android/androidassetpacks/requesttousemobiledataasync.md).

## Properties

| Property                                                                                                             | Description                                                           |
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [allowed](/engine/6000.0/script-reference/unityengine/android/androidassetpackusemobiledatarequestresult/allowed.md) | Indicates if mobile data can be used to download Android asset packs. |
