Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


result

Indicates whether the end user gave their consent to download Android asset packs.
Read time 1 minuteLast updated 9 days ago

Definition

public AndroidAssetPackConfirmationDialogResult result { get; }

Remarks

This property returns null if the operation is not yet completed and
ConfirmationDialogAsyncOperation.isDone
is false. Read-only.