BiometricsService Data Types
BiometricsService defines and uses several data types.
An object for specifying which instances of a recurring event are affected by an update to or deletion of one instance of the event.
Property Name | Type | Description |
---|---|---|
permissionRequestBody | String | Reason to use biometrics scanner. |
permissionRequestTitle | String | Title used in the dialog when the reason text is displayed. Allowed on iOS, but effective only on Android. |
additionalSupportedPolicies | Array of BiometricsServicePolicy | Policies specified in the array allows customization of the biometrics scan behavior. |
An object representing an error that occurred when accessing BiometricsService features.
Property Name | Type | Description |
---|---|---|
code | BiometricsServiceFailureCode | A value representing the reason for a biometrics service error. See BiometricsServiceFailureCode for the list of possible values. |
message | String | A string value describing the reason for the failure. This value is suitable for use in user interface messages. The message is provided in English and isn’t localized. |