UNPKG

appium-ios-device

Version:
24 lines 1.72 kB
export function startSyslogService(udid: any, opts?: {}): Promise<SyslogService>; export function startWebInspectorService(udid: any, opts?: {}): Promise<WebInspectorService>; export function startInstallationProxyService(udid: any, opts?: {}): Promise<InstallationProxyService>; export function startSimulateLocationService(udid: any, opts?: {}): Promise<SimulateLocationService>; export function startAfcService(udid: any, opts?: {}): Promise<AfcService>; export function startCrashLogService(udid: any, opts?: {}): Promise<AfcService>; export function startNotificationProxyService(udid: any, opts?: {}): Promise<NotificationProxyService>; export function startHouseArrestService(udid: any, opts?: {}): Promise<HouseArrestService>; export function startInstrumentService(udid: any, opts?: {}): Promise<InstrumentService>; export function startTestmanagerdService(udid: any, opts?: {}): Promise<TestmanagerdService>; export function startMCInstallService(udid: any, opts?: {}): Promise<MCInstallProxyService>; export function startImageMounterService(udid: any, opts?: {}): Promise<ImageMounter>; import { SyslogService } from './syslog'; import { WebInspectorService } from './webinspector'; import { InstallationProxyService } from './installation-proxy'; import { SimulateLocationService } from './simulatelocation'; import { AfcService } from './afc'; import { NotificationProxyService } from './notification-proxy'; import { HouseArrestService } from './house-arrest'; import { InstrumentService } from './instrument'; import { TestmanagerdService } from './testmanagerd'; import { MCInstallProxyService } from './mcinstall'; import { ImageMounter } from './imagemounter'; //# sourceMappingURL=services.d.ts.map