You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para>Beginning in iOS 14, users can set a global preference that indicates whether the system displays incoming calls using a banner or a full-screen display style.
38
+
/// If using the banner style, setting this value to true prevents the system from interrupting the audio session with incoming call notifications,
39
+
/// and gives the user an opportunity to accept or decline the call. The system only interrupts the audio session if the user accepts the call.</para>
40
+
/// <para>Enabling this preference can improve the user experience of apps with audio sessions that
41
+
/// you don’t want to interrupt, such as those that record audiovisual media or that you use for music performance.</para>
42
+
/// <para>This preference has no effect if the device uses the full-screen display style—the system interrupts the audio session on incoming calls.</para>
0 commit comments