AndroidAssetPackUseMobileDataRequestResult
Represents the choice of an end user that indicates if your application can use mobile data to download Android asset packs.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public class AndroidAssetPackUseMobileDataRequestResult
Remarks
The value is received from a callback after AndroidAssetPacks.RequestToUseMobileDataAsync is called. Additional Resources: AndroidAssetPacks.RequestToUseMobileDataAsync.
Properties
Property | Description |
|---|---|
| allowed | Indicates if mobile data can be used to download Android asset packs. |