menu
nim_core_platform_interface package
documentation
nim_core_platform_interface.dart
SettingsServicePlatform
registerBadgeCount abstract method
registerBadgeCount abstract method
dark_mode
light_mode
registerBadgeCount
abstract method
Future
<
NIMResult
<
void
>
>
registerBadgeCount
(
int
count
)
注册自定义云信角标未读数
iOS可用
Implementation
Future<NIMResult<void>> registerBadgeCount(int count);
nim_core_platform_interface package
documentation
nim_core_platform_interface
SettingsServicePlatform
registerBadgeCount abstract method
SettingsServicePlatform class