InCallService.VideoCall.RequestCallDataUsage Method

Definition

Issues a request to the Connection.VideoProvider to retrieve the cumulative data usage for the video component of the current call (in bytes).

[Android.Runtime.Register("requestCallDataUsage", "()V", "GetRequestCallDataUsageHandler", ApiSince=23)]
public abstract void RequestCallDataUsage ();
[<Android.Runtime.Register("requestCallDataUsage", "()V", "GetRequestCallDataUsageHandler", ApiSince=23)>]
abstract member RequestCallDataUsage : unit -> unit
Attributes

Remarks

Issues a request to the Connection.VideoProvider to retrieve the cumulative data usage for the video component of the current call (in bytes). Data usage is reported to the caller via VideoCall.Callback#onCallDataUsageChanged.

Handled by Connection.VideoProvider#onRequestConnectionDataUsage().

Java documentation for android.telecom.InCallService.VideoCall.requestCallDataUsage().

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