keepWaiting
Checks if the operation is still running.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public override bool keepWaiting { get; }
Remarks
Returns if the operation is still running. Otherwise, returns . After this property returns , you can check RequestToUseMobileDataAsyncOperation.result to see if the end user allowed the application to use mobile data. Read-only. Additional Resources: RequestToUseMobileDataAsyncOperation.isDone, RequestToUseMobileDataAsyncOperation.result.
truefalsefalse