Freigeben über


ChooserTarget.TitleFormatted Property

Definition

Returns the title of this target for display to a user.

public Java.Lang.ICharSequence? TitleFormatted { [Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "", ApiSince=23)>]
member this.TitleFormatted : Java.Lang.ICharSequence

Property Value

the title of this target, intended to be shown to a user

Attributes

Remarks

Returns the title of this target for display to a user. The UI displaying the title may truncate this title if it is too long to be displayed in full.

Java documentation for android.service.chooser.ChooserTarget.getTitle().

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