IDisplayHashResultCallback.OnDisplayHashError(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.
Callback invoked when
android.view.View#generateDisplayHash(String, Rect, Executor,
DisplayHashResultCallback)
results in an error and cannot generate a display hash.
[Android.Runtime.Register("onDisplayHashError", "(I)V", "GetOnDisplayHashError_IHandler:Android.Views.DisplayHash.IDisplayHashResultCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnDisplayHashError (int errorCode);
[<Android.Runtime.Register("onDisplayHashError", "(I)V", "GetOnDisplayHashError_IHandler:Android.Views.DisplayHash.IDisplayHashResultCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnDisplayHashError : int -> unit
Parameters
- errorCode
- Int32
One of the values in DisplayHashErrorCode
- Attributes
Remarks
Callback invoked when android.view.View#generateDisplayHash(String, Rect, Executor, DisplayHashResultCallback)
results in an error and cannot generate a display hash.
Java documentation for android.view.displayhash.DisplayHashResultCallback.onDisplayHashError(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.