DisconnectCause.Code Property

Definition

Returns the code for the reason for this disconnect.

public Android.Telecom.Causes Code { [Android.Runtime.Register("getCode", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCode", "()I", "", ApiSince=23)>]
member this.Code : Android.Telecom.Causes

Property Value

The disconnect code.

Attributes

Remarks

Returns the code for the reason for this disconnect.

Java documentation for android.telecom.DisconnectCause.getCode().

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