DownloadStatusListener.OnStatusUpdated Method

Definition

Gives download status callbacks for a file in a DownloadRequest.

[Android.Runtime.Register("onStatusUpdated", "(Landroid/telephony/mbms/DownloadRequest;Landroid/telephony/mbms/FileInfo;I)V", "GetOnStatusUpdated_Landroid_telephony_mbms_DownloadRequest_Landroid_telephony_mbms_FileInfo_IHandler", ApiSince=28)]
public virtual void OnStatusUpdated (Android.Telephony.Mbms.DownloadRequest? request, Android.Telephony.Mbms.FileInfo? fileInfo, Android.Telephony.Mbms.DownloadStatus status);
[<Android.Runtime.Register("onStatusUpdated", "(Landroid/telephony/mbms/DownloadRequest;Landroid/telephony/mbms/FileInfo;I)V", "GetOnStatusUpdated_Landroid_telephony_mbms_DownloadRequest_Landroid_telephony_mbms_FileInfo_IHandler", ApiSince=28)>]
abstract member OnStatusUpdated : Android.Telephony.Mbms.DownloadRequest * Android.Telephony.Mbms.FileInfo * Android.Telephony.Mbms.DownloadStatus -> unit
override this.OnStatusUpdated : Android.Telephony.Mbms.DownloadRequest * Android.Telephony.Mbms.FileInfo * Android.Telephony.Mbms.DownloadStatus -> unit

Parameters

request
DownloadRequest

a DownloadRequest, indicating which download is being referenced.

fileInfo
FileInfo

a FileInfo specifying the file to report progress on. Note that the request may result in many files being downloaded and the client may not have been able to get a list of them in advance.

status
DownloadStatus

The current status of the download.

Attributes

Remarks

Gives download status callbacks for a file in a DownloadRequest.

Java documentation for android.telephony.mbms.DownloadStatusListener.onStatusUpdated(android.telephony.mbms.DownloadRequest, android.telephony.mbms.FileInfo, int).

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