We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6a9473 + 6b5f4fe commit 01fe211Copy full SHA for 01fe211
index.d.ts
@@ -555,6 +555,12 @@ export interface IOSApi {
555
* @param {string} scheme URI scheme that needs to support, optional
556
*/
557
presentPreview(path: string, scheme?: string): void;
558
+
559
+ /**
560
+ * Marks the file to be excluded from icloud/itunes backup. Works recursively if path is to a directory
561
+ * @param {string} path Path to a file or directory to mark to be excluded.
562
+ */
563
+ excludeFromBackupKey(path: string): Promise<void>;
564
}
565
566
export interface AndroidDownloadOption {
0 commit comments