DisplayOptions.Builder.SetSubstituteHandling Method
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.
Sets the substitute handling.
[Android.Runtime.Register("setSubstituteHandling", "(Landroid/icu/text/DisplayOptions$SubstituteHandling;)Landroid/icu/text/DisplayOptions$Builder;", "GetSetSubstituteHandling_Landroid_icu_text_DisplayOptions_SubstituteHandling_Handler", ApiSince=35)]
public virtual Android.Icu.Text.DisplayOptions.Builder SetSubstituteHandling(Android.Icu.Text.DisplayOptions.SubstituteHandling substituteHandling);
[<Android.Runtime.Register("setSubstituteHandling", "(Landroid/icu/text/DisplayOptions$SubstituteHandling;)Landroid/icu/text/DisplayOptions$Builder;", "GetSetSubstituteHandling_Landroid_icu_text_DisplayOptions_SubstituteHandling_Handler", ApiSince=35)>]
abstract member SetSubstituteHandling : Android.Icu.Text.DisplayOptions.SubstituteHandling -> Android.Icu.Text.DisplayOptions.Builder
override this.SetSubstituteHandling : Android.Icu.Text.DisplayOptions.SubstituteHandling -> Android.Icu.Text.DisplayOptions.Builder
Parameters
- substituteHandling
- DisplayOptions.SubstituteHandling
The substitute handling.
Returns
- Attributes
Remarks
Sets the substitute handling.
Android reference for android.icu.text.DisplayOptions.Builder.setSubstituteHandling.
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.