ActivityManagerAliases.

AmIntentToURI(ICakeContext, string, AdbToolSettings) Method

Summary

Convert the given intent specification to a URI.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
ActivityManagerAliases

Syntax

public static string AmIntentToURI(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.