Język

Call.RegisterCallback Method

Definition

Overloads

Name Description
RegisterCallback(Call+Callback)

Registers a callback to this Call.

RegisterCallback(Call+Callback, Handler)

Registers a callback to this Call.

RegisterCallback(Call+Callback)

Registers a callback to this Call.

[Android.Runtime.Register("registerCallback", "(Landroid/telecom/Call$Callback;)V", "", ApiSince=23)]
public void RegisterCallback(Android.Telecom.Call.Callback? callback);
[<Android.Runtime.Register("registerCallback", "(Landroid/telecom/Call$Callback;)V", "", ApiSince=23)>]
member this.RegisterCallback : Android.Telecom.Call.Callback -> unit

Parameters

callback
Call.Callback

A Callback.

Attributes

Remarks

Java documentation for android.telecom.Call.registerCallback(android.telecom.Callback).

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

RegisterCallback(Call+Callback, Handler)

Registers a callback to this Call.

[Android.Runtime.Register("registerCallback", "(Landroid/telecom/Call$Callback;Landroid/os/Handler;)V", "", ApiSince=23)]
public void RegisterCallback(Android.Telecom.Call.Callback? callback, Android.OS.Handler? handler);
[<Android.Runtime.Register("registerCallback", "(Landroid/telecom/Call$Callback;Landroid/os/Handler;)V", "", ApiSince=23)>]
member this.RegisterCallback : Android.Telecom.Call.Callback * Android.OS.Handler -> unit

Parameters

callback
Call.Callback

A Callback.

handler
Handler

A handler which command and status changes will be delivered to.

Attributes

Remarks

Registers a callback to this Call.

Android reference for android.telecom.Call.registerCallback.

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