DisplayHashManager.VerifyDisplayHash(DisplayHash) Method
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.
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.
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.