Android.Provider.Browser.SendString Method
Sends the given string using an Intent with Android.Content.Intent.ActionSend and a mime type of text/plain.

Syntax

[Android.Runtime.Register("sendString", "(Landroid/content/Context;Ljava/lang/String;)V", "")]
public static void SendString (Android.Content.Context c, string s)

Parameters

context
the context used to start the activity
string
the string to send

Remarks

Sends the given string using an Intent with Android.Content.Intent.ActionSend and a mime type of text/plain. The string is put into Android.Content.Intent.ExtraText.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1