VerifiedDisplayHash(Int64, Rect, String, Byte[]) Constructor

Definition

Creates a new VerifiedDisplayHash.

[Android.Runtime.Register(".ctor", "(JLandroid/graphics/Rect;Ljava/lang/String;[B)V", "", ApiSince=31)]
public VerifiedDisplayHash (long timeMillis, Android.Graphics.Rect boundsInWindow, string hashAlgorithm, byte[] imageHash);
[<Android.Runtime.Register(".ctor", "(JLandroid/graphics/Rect;Ljava/lang/String;[B)V", "", ApiSince=31)>]
new Android.Views.DisplayHash.VerifiedDisplayHash : int64 * Android.Graphics.Rect * string * byte[] -> Android.Views.DisplayHash.VerifiedDisplayHash

Parameters

timeMillis
Int64

The timestamp when the hash was generated.

boundsInWindow
Rect

The bounds of the requested area to generate the hash. This is in window space passed in by the client.

hashAlgorithm
String

The selected hash algorithm that generated the image hash.

imageHash
Byte[]

The image hash generated when creating the DisplayHash.

Attributes

Remarks

Creates a new VerifiedDisplayHash.

Java documentation for android.view.displayhash.VerifiedDisplayHash.VerifiedDisplayHash(long, android.graphics.Rect, java.lang.String, byte[]).

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