@u4/adbkit
Version:
A Typescript client for the Android Debug Bridge.
12 lines • 360 B
TypeScript
import StartServiceOptions from './StartServiceOptions.js';
export default interface StartActivityOptions extends StartServiceOptions {
/**
* Set to `true` to enable debugging.
*/
debug?: boolean;
/**
* Set to `true` to wait for the activity to launch.
*/
wait?: boolean;
}
//# sourceMappingURL=StartActivityOptions.d.ts.map