isDone
Indicates whether the operation has completed.
Read time 1 minuteLast updated 6 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 ConfirmationDialogAsyncOperation.result to verify if the user consented to download asset packs. Read-only.
truefalsetrueAdditional Resources: ConfirmationDialogAsyncOperation.keepWaiting, ConfirmationDialogAsyncOperation.result.