class in UnityEngine.Android
/
Inherits from:CustomYieldInstruction
Represents an asynchronous operation that requests the user for consent to download Android asset packs.
AndroidAssetPacks.ShowConfirmationDialogAsync returns an instance of this class.
You can yield until the operation completes, or manually check whether it's completed using isDone or keepWaiting properties.
Additional resources: AndroidAssetPacks.ShowConfirmationDialogAsync.
| Property | Description |
|---|---|
| isDone | Indicates whether the operation has completed. |
| keepWaiting | Indicates whether the operation is still in progress. |
| result | Indicates whether the end user gave their consent to download Android asset packs. |
| Property | Description |
|---|---|
| keepWaiting | Indicates if coroutine should be kept suspended. |