RangeTemplate.FormatStringFormatted Property

Definition

Formatter for generating a user visible String representing the value returned by RangeTemplate#getCurrentValue.

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

Property Value

a formatting string as specified in String#format

Attributes

Remarks

Formatter for generating a user visible String representing the value returned by RangeTemplate#getCurrentValue.

Java documentation for android.service.controls.templates.RangeTemplate.getFormatString().

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