TextLinks.Links Property

Definition

Returns an unmodifiable Collection of the links.

public System.Collections.Generic.ICollection<Android.Views.TextClassifiers.TextLinks.TextLink> Links { [Android.Runtime.Register("getLinks", "()Ljava/util/Collection;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getLinks", "()Ljava/util/Collection;", "", ApiSince=28)>]
member this.Links : System.Collections.Generic.ICollection<Android.Views.TextClassifiers.TextLinks.TextLink>

Property Value

This value cannot be null.

Attributes

Remarks

Returns an unmodifiable Collection of the links.

Android reference for android.view.textclassifier.TextLinks.getLinks.

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.

Applies to