result
Indicates whether the end user allowed the application to use mobile data to download Android asset packs.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public AndroidAssetPackUseMobileDataRequestResult result { get; }
Remarks
Until the operation is complete and _isDone returns true, this returns null. Read-only.
Additional Resources: AndroidAssetPackUseMobileDataRequestResult, _isDone