VerifiedDisplayHash(Int64, Rect, String, Byte[]) Constructor
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.
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.
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.