Share via


Conference.OnReject Method

Definition

Notifies this Conference, which is in STATE_RINGING, of a request to reject.

[Android.Runtime.Register("onReject", "()V", "GetOnRejectHandler", ApiSince=31)]
public virtual void OnReject ();
[<Android.Runtime.Register("onReject", "()V", "GetOnRejectHandler", ApiSince=31)>]
abstract member OnReject : unit -> unit
override this.OnReject : unit -> unit
Attributes

Remarks

Notifies this Conference, which is in STATE_RINGING, of a request to reject. For managed ConnectionServices, this will be called when the user rejects a call via the default dialer's InCallService.

Java documentation for android.telecom.Conference.onReject().

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