MbmsDownloadSession.ResetDownloadKnowledge(DownloadRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the middleware's knowledge of previously-downloaded files in this download request.
[Android.Runtime.Register("resetDownloadKnowledge", "(Landroid/telephony/mbms/DownloadRequest;)V", "GetResetDownloadKnowledge_Landroid_telephony_mbms_DownloadRequest_Handler", ApiSince=28)]
public virtual void ResetDownloadKnowledge (Android.Telephony.Mbms.DownloadRequest? downloadRequest);
[<Android.Runtime.Register("resetDownloadKnowledge", "(Landroid/telephony/mbms/DownloadRequest;)V", "GetResetDownloadKnowledge_Landroid_telephony_mbms_DownloadRequest_Handler", ApiSince=28)>]
abstract member ResetDownloadKnowledge : Android.Telephony.Mbms.DownloadRequest -> unit
override this.ResetDownloadKnowledge : Android.Telephony.Mbms.DownloadRequest -> unit
Parameters
- downloadRequest
- DownloadRequest
The request to re-download files for.
- Attributes
Remarks
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.