UNPKG

io.appium.settings

Version:
11 lines 449 B
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