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
Convert the given intent specification to an Intent URI.
Syntax
public static string AmIntentToIntentURI(this ICakeContext context, string intent, AdbToolSettings settings = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
Context. |
| intent |
string |
Intent spec to broadcast, as per the Intent Spec: https://developer.android.com/studio/command-line/adb.html#IntentSpec. |
| settings |
AdbToolSettings |
Settings. |
Return Value
| Type |
Description |
| string |
The intent URI. |