DisplayHashManager.SupportedHashAlgorithms Property

Definition

Get a Set of DisplayHash algorithms that the device supports.

public System.Collections.Generic.ICollection<string> SupportedHashAlgorithms { [Android.Runtime.Register("getSupportedHashAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedHashAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)>]
member this.SupportedHashAlgorithms : System.Collections.Generic.ICollection<string>

Property Value

a String Set of supported hashing algorithms. The String value of one algorithm should be used when requesting to generate the DisplayHash.

Attributes

Remarks

Get a Set of DisplayHash algorithms that the device supports.

Java documentation for android.view.displayhash.DisplayHashManager.getSupportedHashAlgorithms().

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