We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6319d35 commit 7ae82b2Copy full SHA for 7ae82b2
src/AudioToolbox/AudioSessions.cs
@@ -32,6 +32,8 @@
32
using CoreFoundation;
33
using ObjCRuntime;
34
35
+#nullable enable
36
+
37
namespace AudioToolbox {
38
39
public enum AudioSessionErrors { // Implictly cast to OSType
src/AudioToolbox/Enums.cs
@@ -2,6 +2,8 @@
2
using Foundation;
3
4
5
6
7
8
[NoWatch]
9
[TV (10, 0)]
0 commit comments