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
Broadcasts an Intent on the target.
Syntax
public static int AmBroadcast(this ICakeContext context, string intent, string toUser = null, 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. |
toUser |
string |
To user. |
settings |
AdbToolSettings |
Settings. |
Return Value
Type |
Description |
int |
The broadcast. |