Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidAssetPackConfirmationDialogResult

Represents the user's response indicating whether the user gave consent to download asset packs that require explicit permission.
Read time 1 minuteLast updated 6 days ago

Definition

public class AndroidAssetPackConfirmationDialogResult

Remarks

The value is received from a callback after AndroidAssetPacks.ShowConfirmationDialogAsync is called.

Properties

Property

Description

consentGivenIndicates whether the user gave consent to download asset packs that require user confirmation or WiFi connection.