isDone
Checks if the operation is finished.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public bool isDone { get; }
Remarks
Returns if the operation is finished. Otherwise, returns . After this property returns , you can check _result to see if the end user allowed the application to use mobile data. Read-only.
truefalsetrueAdditional Resources: _keepWaiting, _result