Share via


Connection.StatusHints Property

Definition

Sets the label and icon status to display in the in-call 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 connection.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Sets the label and icon status to display in the in-call UI.

Java documentation for android.telecom.Connection.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