io.appium.settings
Version:
App for dealing with Android settings
11 lines • 449 B
TypeScript
import type { SettingsApp } from '../client';
/**
* Performs recursive media scan at the given destination.
* All successfully scanned items are being added to the device's
* media library.
*
* @param destination File/folder path on the remote device
* @throws {Error} If there was an unexpected error by scanning
*/
export declare function scanMedia(this: SettingsApp, destination: string): Promise<void>;
//# sourceMappingURL=media.d.ts.map