TextView.AutoLinkMask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the autolink mask of the text. -or- Sets the autolink mask of the text.
public Android.Text.Util.MatchOptions AutoLinkMask { [Android.Runtime.Register("getAutoLinkMask", "()I", "")] get; [Android.Runtime.Register("setAutoLinkMask", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getAutoLinkMask", "()I", "")>]
[<set: Android.Runtime.Register("setAutoLinkMask", "(I)V", "")>]
member this.AutoLinkMask : Android.Text.Util.MatchOptions with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Gets the autolink mask of the text.
See Linkify#ALL
and peers for possible values.
Java documentation for android.widget.TextView.getAutoLinkMask()
.
Property setter documentation:
Sets the autolink mask of the text. See android.text.util.Linkify#ALL Linkify.ALL
and peers for possible values.
<p class="note"><b>Note:</b> android.text.util.Linkify#MAP_ADDRESSES Linkify.MAP_ADDRESSES
is deprecated and should be avoided; see its documentation.
Java documentation for android.widget.TextView.setAutoLinkMask(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.