RemoteConnection.StatusHints Property

Definition

Obtains status hints pertaining to this RemoteConnection.

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

Property Value

The current StatusHints of this RemoteConnection, or null if none have been set.

Attributes

Remarks

Obtains status hints pertaining to this RemoteConnection.

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

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