DisconnectCause.Tone Property

Definition

Returns the tone to play when disconnected.

public Android.Media.Tone Tone { [Android.Runtime.Register("getTone", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getTone", "()I", "", ApiSince=23)>]
member this.Tone : Android.Media.Tone

Property Value

the tone as defined in ToneGenerator to play when disconnected.

Attributes

Remarks

Returns the tone to play when disconnected.

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

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