nim_core
nim_core
SettingsService
archiveLogs method
archiveLogs
archiveLogs
method
Null safety
Future
<
NIMResult
<
String
>
>
archiveLogs
(
)
打包日志文件,并返回文件路径
Implementation
Future<NIMResult<String>> archiveLogs() { return _platform.archiveLogs(); }
nim_core
nim_core
SettingsService
archiveLogs method
SettingsService class
Constructors
SettingsService
Properties
hashCode
runtimeType
Methods
archiveLogs
clearDirCache
enableMobilePushWhenPCOnline
enableNotificationAndroid
enablePushServiceAndroid
enablePushShowDetail
getPushNoDisturbConfig
getSizeOfDirCache
isMobilePushEnabledWhenPCOnline
isPushServiceEnabledAndroid
isPushShowDetailEnabled
noSuchMethod
setPushNoDisturbConfig
toString
updateAPNSToken
updateNotificationConfigAndroid
uploadLogs
Operators
operator ==