ProjectCapabilityManager.NetworkExtensionsOptions
The list of options available for the Network Extensions capability. For more information, refer to Configuring network extensions (Apple Developer)
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
[Flags]public enum ProjectCapabilityManager.NetworkExtensionsOptions
Fields
Value | Description |
|---|---|
| AppProxy | Use this flag to set the App Proximity option. |
| ContentFilter | Use this flag to set the Content Filter option. |
| DNSProxy | Use this flag to set the DNS Proxy option. |
| DNSSettings | Use this flag to set the DNS Settings option. |
| None | Use this flag when additional Network Extensions options aren't necessary. |
| PacketTunnel | Use this flag to set the Packet Tunnel option. |
| Relay | Use this flag to set the Relay option. |