Lingua

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

Definizione

Crea un nuovo oggetto 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

Parametri

timeMillis
Int64

Timestamp in cui è stato generato l'hash.

boundsInWindow
Rect

Limiti dell'area richiesta per generare l'hash. Si trova nello spazio finestra passato dal client.

hashAlgorithm
String

Algoritmo hash selezionato che ha generato l'hash dell'immagine.

imageHash
Byte[]

Hash dell'immagine generato durante la creazione di DisplayHash.

Attributi

Commenti

Crea un nuovo oggetto VerifiedDisplayHash.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a