<Android add toolbar to fullScreen SDK> On my job,...
# stackoverflow
u
Android add toolbar to fullScreen SDK On my job, I have a task to implement new SDK in the app. Everything works fine, but I have one situation. I start SDK like this in my fragment: IdenttWebViewSdk.start( activity = requireActivity(), sessionId = documentUploadResponse.sessionId, /* SESSION ID */ documentId = documentUploadResponse.reference, /* DOCUMENT ID */ frontendVerificationUrl = configurationRepository.getIdenttVerificationUrl(), requestCode = 100 ) The...