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
- Type: Class
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public class AndroidAssetPackConfirmationDialogResult
Remarks
The value is received from a callback after AndroidAssetPacks.ShowConfirmationDialogAsync is called.
Properties
Property | Description |
|---|---|
| consentGiven | Indicates whether the user gave consent to download asset packs that require user confirmation or WiFi connection. |