enableMobilePushWhenPCOnline abstract method

Future<NIMResult<void>> enableMobilePushWhenPCOnline(
  1. bool enable
)

设置桌面端(PC/WEB)在线时,移动端是否需要推送

enable true 桌面端在线时移动端需推送;false 桌面端在线时移动端不需推送

Implementation

Future<NIMResult<void>> enableMobilePushWhenPCOnline(bool enable);