ProjectCapabilityManager.NetworkSlicing5GTrafficCategoryOptions
The list of options available for the 5G Network Slicing traffic category key. For more information, refer to 5G Network Slicing Traffic Category (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.NetworkSlicing5GTrafficCategoryOptions
Fields
Value | Description |
|---|---|
| AVStreaming | Use this flag to set the AVStreaming option. |
| Background | Use this flag to set the Background option. |
| CallSingaling | Use this flag to set the Voice option. |
| Default | Use this flag to set the Default option. |
| None | Use this flag when additional 5G Network Slicing traffic category options aren't necessary. |
| ResponsiveAV | Use this flag to set the ResponsiveAV option. |
| ResponsiveData | Use this flag to set the ResponsiveData option. |
| Video | Use this flag to set the Video option. |
| Voice | Use this flag to set the Voice option. |