From a7a8f0d1e05bfbe0617cc5d84c565504b03e5c45 Mon Sep 17 00:00:00 2001 From: Rafatdin Shimbergenov Date: Thu, 1 Feb 2024 17:41:37 +0000 Subject: [PATCH] Published 2.2.8 version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791bb9f..0e6ffd7 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Method | Notes | Default `withMinAge(value: Int)` | To set a specific minimum age to use MyID service | 16 `withSdkHash(value: String)` | 32 characters long string (Note 1.2) | Optional `withExternalId(value: String)` | 36 characters long. Should match with UUID4 regex (Note 1.3) | Optional -`withThreshold(value: Float)` | The value can be in the range of `0.50` - `0.99` | 0.50 +`withThreshold(value: Float)` | The value can be in the range of `0.55` - `0.99` | 0.55 `withBuildMode(value: MyIdBuildMode)` | Build mode (Note 1.4) | MyIdBuildMode.PRODUCTION `withEntryType(value: MyIdEntryType)` | Customizing the SDK Entry types (Note 1.5) | MyIdEntryType.AUTH `withResidency(value: MyIdResidentType)` | To set a specific resident type | MyIdResidentType.RESIDENT -- GitLab