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.SdkManager.
Summary
Gets a list of the Installed, Available and Updates for the Android SDK Manager.
- Assembly
- Cake
.Android .SdkManager .dll - Namespace
- Cake
.AndroidSdkManager - Containing Type
- Android
Sdk Manager Aliases
Syntax
public static AndroidSdkManagerList AndroidSdkManagerList(this ICakeContext context, AndroidSdkManagerToolSettings settings = null)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| settings | Android |
The settings. |
Return Value
| Type | Description |
|---|---|
| Android |
Installed, Available, and Available Updates for the Android SDK. |
