ShortcutInfo.DisabledMessageFormatted Property

Definition

Return the message that should be shown when the user attempts to start a shortcut that is disabled.

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

Property Value

Attributes

Remarks

Return the message that should be shown when the user attempts to start a shortcut that is disabled.

Java documentation for android.content.pm.ShortcutInfo.getDisabledMessage().

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