This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
Summary
Waits for a given transport and state
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AdbAliases
Syntax
public static void AdbWaitFor(this ICakeContext context, AdbTransport transport = 0, AdbState state = 0, AdbToolSettings settings = null)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | Context. |
transport | AdbTransport | Transport. |
state | AdbState | State. |
settings | AdbToolSettings | Settings. |
Return Value
Type | Description |
---|---|
void |