BiometricManager.GetStrings(Int32) 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.
Produces an instance of the Strings
class, which provides localized strings for an
application, given a set of allowed authenticator types.
[Android.Runtime.Register("getStrings", "(I)Landroid/hardware/biometrics/BiometricManager$Strings;", "GetGetStrings_IHandler", ApiSince=31)]
[Android.Runtime.RequiresPermission("android.permission.USE_BIOMETRIC")]
public virtual Android.Hardware.Biometrics.BiometricManager.Strings GetStrings (int authenticators);
[<Android.Runtime.Register("getStrings", "(I)Landroid/hardware/biometrics/BiometricManager$Strings;", "GetGetStrings_IHandler", ApiSince=31)>]
[<Android.Runtime.RequiresPermission("android.permission.USE_BIOMETRIC")>]
abstract member GetStrings : int -> Android.Hardware.Biometrics.BiometricManager.Strings
override this.GetStrings : int -> Android.Hardware.Biometrics.BiometricManager.Strings
Parameters
- authenticators
- Int32
A bit field representing the types of Authenticators
that may
be used for authentication.
Returns
A Strings
collection for the given allowed authenticator types.
- Attributes
Remarks
Java documentation for android.hardware.biometrics.BiometricManager.getStrings(int)
.
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.