monoandroid
namespace Android.Telephony.Mbms
{
[Register("android/telephony/mbms/DownloadProgressListener", ApiSince = 28, DoNotGenerateAcw = true)]
public class DownloadProgressListener : Object
{
[Register("onProgressUpdated", "(Landroid/telephony/mbms/DownloadRequest;Landroid/telephony/mbms/FileInfo;IIII)V", "GetOnProgressUpdated_Landroid_telephony_mbms_DownloadRequest_Landroid_telephony_mbms_FileInfo_IIIIHandler", ApiSince = 28)]
public virtual void OnProgressUpdated(DownloadRequest? request, FileInfo? fileInfo, int currentDownloadSize, int fullDownloadSize, int currentDecodedSize, int fullDecodedSize);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |