result
Indicates whether the end user gave their consent to download Android asset packs.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public AndroidAssetPackConfirmationDialogResult result { get; }
Remarks
This property returns null if the operation is not yet completed and is false. Read-only.
ConfirmationDialogAsyncOperation.isDoneAdditional Resources: AndroidAssetPackConfirmationDialogResult, ConfirmationDialogAsyncOperation.isDone.