|
@@ -288,28 +288,29 @@ class NCGlobal: NSObject {
|
|
|
let notificationCenterReloadDataNCShare = "reloadDataNCShare"
|
|
|
let notificationCenterCloseRichWorkspaceWebView = "closeRichWorkspaceWebView"
|
|
|
let notificationCenterUpdateBadgeNumber = "updateBadgeNumber"
|
|
|
+ let notificationCenterOpenFileViewInFolder = "openFileViewInFolder" // userInfo: serverUrl, fileName
|
|
|
|
|
|
- @objc let notificationCenterReloadDataSource = "reloadDataSource" // userInfo: ocId?, serverUrl?
|
|
|
- let notificationCenterReloadDataSourceNetworkForced = "reloadDataSourceNetworkForced" // userInfo: serverUrl?
|
|
|
+ @objc let notificationCenterReloadDataSource = "reloadDataSource" // userInfo: ocId?, serverUrl?
|
|
|
+ let notificationCenterReloadDataSourceNetworkForced = "reloadDataSourceNetworkForced" // userInfo: serverUrl?
|
|
|
|
|
|
- let notificationCenterChangeStatusFolderE2EE = "changeStatusFolderE2EE" // userInfo: serverUrl
|
|
|
+ let notificationCenterChangeStatusFolderE2EE = "changeStatusFolderE2EE" // userInfo: serverUrl
|
|
|
|
|
|
- let notificationCenterDownloadStartFile = "downloadStartFile" // userInfo: ocId
|
|
|
- let notificationCenterDownloadedFile = "downloadedFile" // userInfo: ocId, selector, errorCode, errorDescription
|
|
|
- let notificationCenterDownloadCancelFile = "downloadCancelFile" // userInfo: ocId
|
|
|
+ let notificationCenterDownloadStartFile = "downloadStartFile" // userInfo: ocId
|
|
|
+ let notificationCenterDownloadedFile = "downloadedFile" // userInfo: ocId, selector, errorCode, errorDescription
|
|
|
+ let notificationCenterDownloadCancelFile = "downloadCancelFile" // userInfo: ocId
|
|
|
|
|
|
- let notificationCenterUploadStartFile = "uploadStartFile" // userInfo: ocId
|
|
|
- @objc let notificationCenterUploadedFile = "uploadedFile" // userInfo: ocId, ocIdTemp, errorCode, errorDescription
|
|
|
- let notificationCenterUploadCancelFile = "uploadCancelFile" // userInfo: ocId, serverUrl, account
|
|
|
+ let notificationCenterUploadStartFile = "uploadStartFile" // userInfo: ocId
|
|
|
+ @objc let notificationCenterUploadedFile = "uploadedFile" // userInfo: ocId, ocIdTemp, errorCode, errorDescription
|
|
|
+ let notificationCenterUploadCancelFile = "uploadCancelFile" // userInfo: ocId, serverUrl, account
|
|
|
|
|
|
- let notificationCenterProgressTask = "progressTask" // userInfo: account, ocId, serverUrl, status, progress, totalBytes, totalBytesExpected
|
|
|
+ let notificationCenterProgressTask = "progressTask" // userInfo: account, ocId, serverUrl, status, progress, totalBytes, totalBytesExpected
|
|
|
|
|
|
- let notificationCenterCreateFolder = "createFolder" // userInfo: ocId
|
|
|
- let notificationCenterDeleteFile = "deleteFile" // userInfo: ocId, fileNameView, classFile, onlyLocal
|
|
|
- let notificationCenterRenameFile = "renameFile" // userInfo: ocId, errorCode, errorDescription
|
|
|
- let notificationCenterMoveFile = "moveFile" // userInfo: ocId, serverUrlTo
|
|
|
- let notificationCenterCopyFile = "copyFile" // userInfo: ocId, serverUrlFrom
|
|
|
- let notificationCenterFavoriteFile = "favoriteFile" // userInfo: ocId
|
|
|
+ let notificationCenterCreateFolder = "createFolder" // userInfo: ocId
|
|
|
+ let notificationCenterDeleteFile = "deleteFile" // userInfo: ocId, fileNameView, classFile, onlyLocal
|
|
|
+ let notificationCenterRenameFile = "renameFile" // userInfo: ocId, errorCode, errorDescription
|
|
|
+ let notificationCenterMoveFile = "moveFile" // userInfo: ocId, serverUrlTo
|
|
|
+ let notificationCenterCopyFile = "copyFile" // userInfo: ocId, serverUrlFrom
|
|
|
+ let notificationCenterFavoriteFile = "favoriteFile" // userInfo: ocId
|
|
|
|
|
|
let notificationCenterMenuSearchTextPDF = "menuSearchTextPDF"
|
|
|
let notificationCenterMenuDetailClose = "menuDetailClose"
|