Control.StatelessBuilder.SetZone 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.
Overloads
SetZone(ICharSequence) | |
SetZone(String) |
SetZone(ICharSequence)
[Android.Runtime.Register("setZone", "(Ljava/lang/CharSequence;)Landroid/service/controls/Control$StatelessBuilder;", "", ApiSince=30)]
public Android.Service.Controls.Control.StatelessBuilder SetZone (Java.Lang.ICharSequence? zone);
[<Android.Runtime.Register("setZone", "(Ljava/lang/CharSequence;)Landroid/service/controls/Control$StatelessBuilder;", "", ApiSince=30)>]
member this.SetZone : Java.Lang.ICharSequence -> Android.Service.Controls.Control.StatelessBuilder
Parameters
- zone
- ICharSequence
Returns
- Attributes
Applies to
SetZone(String)
public Android.Service.Controls.Control.StatelessBuilder SetZone (string? zone);
member this.SetZone : string -> Android.Service.Controls.Control.StatelessBuilder
Parameters
- zone
- String