Conference.OnReject 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.
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 ConnectionService
s, 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.