enableNotificationAndroid abstract method

Future<NIMResult<void>> enableNotificationAndroid({
  1. required bool enableRegularNotification,
  2. required bool enableRevokeMessageNotification,
})

配置 Android 消息提醒 仅Android

[enableRegularNotification] - 普通消息提醒开关

[enableRevokeMessageNotification] - 消息撤回是否提醒

Implementation

Future<NIMResult<void>> enableNotificationAndroid({
  required bool enableRegularNotification,
  required bool enableRevokeMessageNotification,
});