RemoteConnection.Callback.OnRingbackRequested Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when this RemoteConnection is requesting ringback.
[Android.Runtime.Register("onRingbackRequested", "(Landroid/telecom/RemoteConnection;Z)V", "GetOnRingbackRequested_Landroid_telecom_RemoteConnection_ZHandler", ApiSince=23)]
public virtual void OnRingbackRequested(Android.Telecom.RemoteConnection connection, bool ringback);[<Android.Runtime.Register("onRingbackRequested", "(Landroid/telecom/RemoteConnection;Z)V", "GetOnRingbackRequested_Landroid_telecom_RemoteConnection_ZHandler", ApiSince=23)>]
abstract member OnRingbackRequested : Android.Telecom.RemoteConnection * bool -> unit
override this.OnRingbackRequested : Android.Telecom.RemoteConnection * bool -> unitParameters
- connection
- RemoteConnection
The RemoteConnection invoking this method.
- ringback
- Boolean
Whether the RemoteConnection is requesting ringback.
- Attributes
Remarks
Invoked when this RemoteConnection is requesting ringback. See #isRingbackRequested().
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.