VerifiedDisplayHash(Int64, Rect, String, Byte[]) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet 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
Paramètres
- timeMillis
- Int64
Horodatage lorsque le hachage a été généré.
- boundsInWindow
- Rect
Limites de la zone demandée pour générer le hachage. Il s’agit de l’espace de fenêtre transmis par le client.
- hashAlgorithm
- String
Algorithme de hachage sélectionné qui a généré le hachage d’image.
- imageHash
- Byte[]
Hachage d’image généré lors de la création de DisplayHash.
- Attributs
Remarques
Crée un objet VerifiedDisplayHash.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.