MediaQualityManager.PictureProfileCallback.OnError(String, Int32) 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.
This is invoked when an issue has occurred.
[Android.Runtime.Register("onError", "(Ljava/lang/String;I)V", "GetOnError_Ljava_lang_String_IHandler", ApiSince=36)]
public virtual void OnError(string? profileId, int errorCode);
[<Android.Runtime.Register("onError", "(Ljava/lang/String;I)V", "GetOnError_Ljava_lang_String_IHandler", ApiSince=36)>]
abstract member OnError : string * int -> unit
override this.OnError : string * int -> unit
Parameters
- profileId
- String
the profile ID related to the error. null
if there is no
associated profile.
- errorCode
- Int32
the error code
- Attributes
Remarks
This is invoked when an issue has occurred.
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.