Enum BackgroundModesOptions
Namespace: UnityEditor.iOS.Xcode.Custom
Syntax
[Flags]
[Serializable]
public enum BackgroundModesOptions
Fields
Name | Description | Value |
---|---|---|
None | 0 | |
AudioAirplayPiP | 1 | |
LocationUpdates | 2 | |
VoiceOverIP | 4 | |
NewsstandDownloads | 8 | |
ExternalAccessoryCommunication | 16 | |
UsesBluetoothLEAccessory | 32 | |
ActsAsABluetoothLEAccessory | 64 | |
BackgroundFetch | 128 | |
RemoteNotifications | 256 |