Share via


Conference.StatusHints Property

Definition

Sets the label and icon status to display in the InCall UI.

public Android.Telecom.StatusHints? StatusHints { [Android.Runtime.Register("getStatusHints", "()Landroid/telecom/StatusHints;", "", ApiSince=23)] get; [Android.Runtime.Register("setStatusHints", "(Landroid/telecom/StatusHints;)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getStatusHints", "()Landroid/telecom/StatusHints;", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setStatusHints", "(Landroid/telecom/StatusHints;)V", "", ApiSince=23)>]
member this.StatusHints : Android.Telecom.StatusHints with get, set

Property Value

The status hints for this conference.

Attributes

Remarks

Property getter documentation:

Java documentation for android.telecom.Conference.getStatusHints().

Property setter documentation:

Sets the label and icon status to display in the InCall UI.

Java documentation for android.telecom.Conference.setStatusHints(android.telecom.StatusHints).

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