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