Android.Text.AutoText.Get Method
Retrieves a possible spelling correction for the specified range of text.

Syntax

[Android.Runtime.Register("get", "(Ljava/lang/CharSequence;IILandroid/view/View;)Ljava/lang/String;", "")]
public static string Get (Java.Lang.ICharSequence src, int start, int end, Android.Views.View view)

Parameters

src
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.
view
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves a possible spelling correction for the specified range of text. Returns null if no correction can be found. The View is used to get the current Locale and Resources.

[Android Documentation]

Requirements

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