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.AndroidAppManifest.
Summary
Deserializes the Android AppManifest
- Assembly
- Cake
.AndroidAppManifest .dll - Namespace
- Cake
.AndroidAppManifest - Containing Type
- Android
App Manifest Aliases
Syntax
public static AndroidAppManifest DeserializeAppManifest(this ICakeContext context, string xml)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | |
| xml | string | appmanifest xml as string |
Return Value
| Type | Description |
|---|---|
| AndroidAppManifest | deserialized appmanifest |
