Person.Builder.SetImportant(Boolean) Method

Definition

[Android.Runtime.Register("setImportant", "(Z)Landroid/app/Person$Builder;", "GetSetImportant_ZHandler", ApiSince=28)]
public virtual Android.App.Person.Builder SetImportant (bool isImportant);
[<Android.Runtime.Register("setImportant", "(Z)Landroid/app/Person$Builder;", "GetSetImportant_ZHandler", ApiSince=28)>]
abstract member SetImportant : bool -> Android.App.Person.Builder
override this.SetImportant : bool -> Android.App.Person.Builder

Parameters

isImportant
Boolean

Returns

Attributes

Applies to