menu
nim_core_platform_interface package
documentation
nim_core_platform_interface.dart
SettingsServicePlatform
isMobilePushEnabledWhenPCOnline abstract method
isMobilePushEnabledWhenPCOnline abstract method
dark_mode
light_mode
isMobilePushEnabledWhenPCOnline
abstract method
Future
<
NIMResult
<
bool
>
>
isMobilePushEnabledWhenPCOnline
(
)
查询桌面端(PC/WEB)在线时,移动端推送开关
Implementation
Future<NIMResult<bool>> isMobilePushEnabledWhenPCOnline();
nim_core_platform_interface package
documentation
nim_core_platform_interface
SettingsServicePlatform
isMobilePushEnabledWhenPCOnline abstract method
SettingsServicePlatform class