|
@@ -343,6 +343,7 @@ class NCGlobal: NSObject {
|
|
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, serverUrl, account, e2ee, withPush
|
|
let notificationCenterCreateFolder = "createFolder" // userInfo: ocId, serverUrl, account, e2ee, withPush
|
|
|
|
+ let notificationCenterDeleteFile = "deleteFile" // userInfo: error
|
|
let notificationCenterRenameFile = "renameFile" // userInfo: ocId, account
|
|
let notificationCenterRenameFile = "renameFile" // userInfo: ocId, account
|
|
let notificationCenterMoveFile = "moveFile" // userInfo: ocId, account, serverUrlFrom
|
|
let notificationCenterMoveFile = "moveFile" // userInfo: ocId, account, serverUrlFrom
|
|
let notificationCenterCopyFile = "copyFile" // userInfo: ocId, serverUrlTo
|
|
let notificationCenterCopyFile = "copyFile" // userInfo: ocId, serverUrlTo
|