Share via


Connection.OnTrackedByNonUiService(Boolean) Method

Definition

Inform this Conenection when it will or will not be tracked by an non-UI InCallService.

[Android.Runtime.Register("onTrackedByNonUiService", "(Z)V", "GetOnTrackedByNonUiService_ZHandler", ApiSince=31)]
public virtual void OnTrackedByNonUiService (bool isTracked);
[<Android.Runtime.Register("onTrackedByNonUiService", "(Z)V", "GetOnTrackedByNonUiService_ZHandler", ApiSince=31)>]
abstract member OnTrackedByNonUiService : bool -> unit
override this.OnTrackedByNonUiService : bool -> unit

Parameters

isTracked
Boolean

Indicates whether an non-UI InCallService is currently tracking the self-managed call.

Attributes

Remarks

Inform this Conenection when it will or will not be tracked by an non-UI InCallService.

Java documentation for android.telecom.Connection.onTrackedByNonUiService(boolean).

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