@u4/adbkit
Version:
A Typescript client for the Android Debug Bridge.
6 lines • 300 B
TypeScript
import StartActivityCommand from './startactivity';
import StartServiceOptions from '../../../models/StartServiceOptions';
export default class StartServiceCommand extends StartActivityCommand {
execute(options: StartServiceOptions): Promise<boolean>;
}
//# sourceMappingURL=startservice.d.ts.map