MediaQualityManager.PictureProfileCallback.OnError(String, Int32) Method

Definition

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.

Java documentation for android.media.quality.MediaQualityManager.PictureProfileCallback.onError(java.lang.String, 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