GNSMessageManagerParams 类

GNSMessageManagerParams 类参考

概览

消息管理器的其他参数。

此类继承 NSObject。

属性摘要

BOOL showBluetoothPowerAlert
 当蓝牙关闭时显示系统提醒。默认值为“是”。更多...
 
GNSErrorStateHandler microphonePermissionErrorHandler
 当错误状态发生变化时,系统会(在主线程上)调用以下错误处理程序。更多...
 
GNSErrorStateHandler bluetoothPermissionErrorHandler
 蓝牙权限被拒。更多...
 
GNSErrorStateHandler bluetoothPowerErrorHandler
 蓝牙已关闭。更多...
 
BOOL useBestAudioSessionCategory
 仅当您的应用使用音频媒介进行发现时,此参数才相关。更多...
 

房源详情

- (BOOL) showBluetoothPowerAlert
readwritenonatomicassign

当蓝牙关闭时显示系统提醒。默认值为“是”。

- (GNSErrorStateHandler) microphonePermissionErrorHandler
readwritenonatomiccopy

当错误状态发生变化时,系统会(在主线程上)调用以下错误处理程序。

值为 YES 表示出现错误。麦克风权限请求已被拒。

- (GNSErrorStateHandler) bluetoothPermissionErrorHandler
readwritenonatomiccopy

蓝牙权限被拒。

- (GNSErrorStateHandler) bluetoothPowerErrorHandler
readwritenonatomiccopy

蓝牙已关闭。

- (BOOL) useBestAudioSessionCategory
readwritenonatomicassign

仅当您的应用使用音频媒介进行发现时,此参数才相关。

如果设为“是”,“附近”功能会将 AVAudioSession 类别和选项设为最适合“附近”功能的值:分别是 AVAudioSessionCategoryPlayAndRecord 和 AVAudioSessionCategoryOptionDefaultToSpeaker。如果您将其设为“否”,“附近”功能将保留当前的类别和选项,并会使用这些选项。这可能会导致“附近”功能无法广播或录制音频。例如,如果您的应用使用的是 AVAudioSessionCategoryAmbient,则“附近”功能可能无法监听附近设备的音频。如果您的应用使用 AVAudioSessionCategoryRecord 功能,“附近”功能将无法向附近的设备广播音频。默认值为 YES。