Language

RemoteConnection.VideoProvider.Callback.OnCallDataUsageChanged Method

Definition

Reports a change in the data usage (in bytes) received from the Connection.VideoProvider associated with a RemoteConnection.

[Android.Runtime.Register("onCallDataUsageChanged", "(Landroid/telecom/RemoteConnection$VideoProvider;J)V", "GetOnCallDataUsageChanged_Landroid_telecom_RemoteConnection_VideoProvider_JHandler", ApiSince=23)]
public virtual void OnCallDataUsageChanged(Android.Telecom.RemoteConnection.VideoProvider videoProvider, long dataUsage);
[<Android.Runtime.Register("onCallDataUsageChanged", "(Landroid/telecom/RemoteConnection$VideoProvider;J)V", "GetOnCallDataUsageChanged_Landroid_telecom_RemoteConnection_VideoProvider_JHandler", ApiSince=23)>]
abstract member OnCallDataUsageChanged : Android.Telecom.RemoteConnection.VideoProvider * int64 -> unit
override this.OnCallDataUsageChanged : Android.Telecom.RemoteConnection.VideoProvider * int64 -> unit

Parameters

videoProvider
RemoteConnection.VideoProvider

The RemoteConnection.VideoProvider invoking this method.

dataUsage
Int64

The updated data usage (in bytes).

Attributes

Remarks

Reports a change in the data usage (in bytes) received from the Connection.VideoProvider associated with a RemoteConnection.

Android reference for android.telecom.RemoteConnection.VideoProvider.Callback.onCallDataUsageChanged.

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