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