loadNotificationQuietHours method

  1. @Deprecated('请使用 [getNotificationQuietHours] 代替')
Future<int> loadNotificationQuietHours()

加载已设置的时间段消息提醒屏蔽

  • 返回值 当次接口操作的状态码。0 代表调用成功 具体结果需要实现接口回调,非 0 代表当前接口调用操作失败,不会触发接口回调,详细错误参考错误码
  • 接口回调 onNotificationQuietHoursLoaded 此接口不支持 Flutter For Web 端

Implementation

@Deprecated('请使用 [getNotificationQuietHours] 代替')
Future<int> loadNotificationQuietHours() async {
  return RCIMWrapperPlatform.instance.loadNotificationQuietHours();
}