次の方法で共有


Connection.OnUnhold Method

Definition

Notifies this Connection of a request to exit a hold state.

[Android.Runtime.Register("onUnhold", "()V", "GetOnUnholdHandler", ApiSince=23)]
public virtual void OnUnhold ();
[<Android.Runtime.Register("onUnhold", "()V", "GetOnUnholdHandler", ApiSince=23)>]
abstract member OnUnhold : unit -> unit
override this.OnUnhold : unit -> unit
Attributes

Remarks

Notifies this Connection of a request to exit a hold state.

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

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