DisplayHashManager.VerifyDisplayHash(DisplayHash) Method

Definition

Call to verify that the DisplayHash passed in was generated by the system.

[Android.Runtime.Register("verifyDisplayHash", "(Landroid/view/displayhash/DisplayHash;)Landroid/view/displayhash/VerifiedDisplayHash;", "", ApiSince=31)]
public Android.Views.DisplayHash.VerifiedDisplayHash? VerifyDisplayHash (Android.Views.DisplayHash.DisplayHash displayHash);
[<Android.Runtime.Register("verifyDisplayHash", "(Landroid/view/displayhash/DisplayHash;)Landroid/view/displayhash/VerifiedDisplayHash;", "", ApiSince=31)>]
member this.VerifyDisplayHash : Android.Views.DisplayHash.DisplayHash -> Android.Views.DisplayHash.VerifiedDisplayHash

Parameters

displayHash
DisplayHash

The hash to verify that it was generated by the system.

Returns

a VerifiedDisplayHash if the hash was generated by the system or null if the hash cannot be verified.

Attributes

Remarks

Call to verify that the DisplayHash passed in was generated by the system.

Java documentation for android.view.displayhash.DisplayHashManager.verifyDisplayHash(android.view.displayhash.DisplayHash).

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