Share via


Connection.RingbackRequested Property

Definition

Returns whether this connection is requesting that the system play a ringback tone on its behalf. -or- Requests that the framework play a ringback tone.

public bool RingbackRequested { [Android.Runtime.Register("isRingbackRequested", "()Z", "", ApiSince=23)] get; [Android.Runtime.Register("setRingbackRequested", "(Z)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("isRingbackRequested", "()Z", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setRingbackRequested", "(Z)V", "", ApiSince=23)>]
member this.RingbackRequested : bool with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns whether this connection is requesting that the system play a ringback tone on its behalf.

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

Property setter documentation:

Requests that the framework play a ringback tone. This is to be invoked by implementations that do not play a ringback tone themselves in the connection's audio stream.

Java documentation for android.telecom.Connection.setRingbackRequested(boolean).

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