MbmsDownloadSessionCallback.OnError(Int32, String) 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.
Indicates that the middleware has encountered an asynchronous error.
[Android.Runtime.Register("onError", "(ILjava/lang/String;)V", "GetOnError_ILjava_lang_String_Handler", ApiSince=28)]
public virtual void OnError (int errorCode, string? message);
[<Android.Runtime.Register("onError", "(ILjava/lang/String;)V", "GetOnError_ILjava_lang_String_Handler", ApiSince=28)>]
abstract member OnError : int * string -> unit
override this.OnError : int * string -> unit
Parameters
- errorCode
- Int32
Any error code listed in MbmsErrors
- message
- String
A message, intended for debugging purposes, describing the error in further detail.
- Attributes
Remarks
Indicates that the middleware has encountered an asynchronous error.
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.