Skip to content

Commit

Permalink
4.3.0-alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKuliahin96 committed Mar 20, 2024
1 parent 79363de commit 2b1eaac
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ override fun onCreate(savedInstanceState: Bundle?) {
appKey,
publicApiKey,
serviceEncryptionKey,
true, // blockEmulatorDetection
payload,
publicUserId,
)
Expand All @@ -204,7 +203,6 @@ override fun onCreate(savedInstanceState: Bundle?) {
appKey,
publicApiKey,
serviceEncryptionKey,
true, // blockEmulatorDetection
payload,
publicUserId,
)
Expand Down Expand Up @@ -340,10 +338,10 @@ your own custom flows and leverage the SDK in different ways:
* `suspend fun Keyri.removeAssociationKey(publicUserId: String): Result<Unit>`: removes association
public key for the specified publicUserId.

* `fun easyKeyriAuth(context: Context, easyKeyriAuthLauncher: ActivityResultLauncher<Intent>, appKey: String, publicApiKey: String?, serviceEncryptionKey: String?, blockEmulatorDetection: Boolean = true, payload: String, publicUserId: String?, blockRootDetection: Boolean = false, blockDangerousAppsDetection: Boolean = false, blockTamperDetection: Boolean = false)`:
* `fun easyKeyriAuth(context: Context, easyKeyriAuthLauncher: ActivityResultLauncher<Intent>, appKey: String, publicApiKey: String?, serviceEncryptionKey: String?, payload: String, publicUserId: String?, detectionsConfig: KeyriDetectionsConfig = KeyriDetectionsConfig())`:
launches scanner activity with default confirmation screen for ActivityResultLauncher.

* `fun easyKeyriAuth(activity: Activity, requestCode: Int, appKey: String, publicApiKey: String?, serviceEncryptionKey: String?, blockEmulatorDetection: Boolean = true, payload: String, publicUserId: String?, blockRootDetection: Boolean = false, blockDangerousAppsDetection: Boolean = false, blockTamperDetection: Boolean = false)`:
* `fun easyKeyriAuth(activity: Activity, requestCode: Int, appKey: String, publicApiKey: String?, serviceEncryptionKey: String?, payload: String, publicUserId: String?, detectionsConfig: KeyriDetectionsConfig = KeyriDetectionsConfig())`:
launches scanner activity for result with default confirmation screen for onActivityResult.

* `@Composable fun EasyKeyriAuth(sheetState: ModalBottomSheetState, coroutineScope: CoroutineScope, keyri: Keyri, sessionId: String, payload: String, result: (Result<Unit>) -> Unit)`:
Expand Down
Binary file modified compose-release.aar
Binary file not shown.
Binary file modified keyrisdk-java-release.aar
Binary file not shown.
Binary file modified keyrisdk-release.aar
Binary file not shown.
Binary file modified scanner-release.aar
Binary file not shown.

0 comments on commit 2b1eaac

Please sign in to comment.