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.
1 parent 88466b5 commit 6b5f4feCopy full SHA for 6b5f4fe
index.d.ts
@@ -548,6 +548,12 @@ export interface IOSApi {
548
* @param {string} scheme URI scheme that needs to support, optional
549
*/
550
presentPreview(path: string, scheme?: string): void;
551
+
552
+ /**
553
+ * Marks the file to be excluded from icloud/itunes backup. Works recursively if path is to a directory
554
+ * @param {string} path Path to a file or directory to mark to be excluded.
555
+ */
556
+ excludeFromBackupKey(path: string): Promise<void>;
557
}
558
559
export interface AndroidDownloadOption {
0 commit comments