Async Compat Shell Command Request
abstract class AsyncCompatShellCommandRequest<T : Any>(val cmd: String, supportedFeatures: List<Feature>, target: Target = NonSpecifiedTarget, coroutineScope: CoroutineScope, socketIdleTimeout: Long? = null) : MultiRequest<ReceiveChannel<T>>
Inheritors
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun execute(androidDebugBridgeClient: AndroidDebugBridgeClient, serial: String?): ReceiveChannel<T>
Link copied to clipboard