Uses of Class
com.yoti.api.client.docs.session.create.SdkConfig.Builder
Packages that use SdkConfig.Builder
-
Uses of SdkConfig.Builder in com.yoti.api.client.docs.session.create
Methods in com.yoti.api.client.docs.session.create that return SdkConfig.BuilderModifier and TypeMethodDescriptionstatic SdkConfig.BuilderSdkConfig.builder()SdkConfig.Builder.withAllowedCaptureMethods(String allowedCaptureMethods) Sets the allowed capture methodSdkConfig.Builder.withAllowHandoff(boolean allowHandoff) Sets if the user is allowed to perform mobile handoffSdkConfig.Builder.withAllowsCamera()Sets the allowed capture method to "CAMERA"SdkConfig.Builder.withAllowsCameraAndUpload()Sets the allowed capture method to "CAMERA_AND_UPLOAD"SdkConfig.Builder.withAttemptsConfiguration(AttemptsConfiguration attemptsConfiguration) Sets theAttemptsConfigurationfor the sessionSdkConfig.Builder.withErrorUrl(String errorUrl) Sets the error URL for the redirect that follows the web/native client uploading documents unsuccessfullySdkConfig.Builder.withFontColour(String fontColour) Sets the font colour to be used by the web/native client (used on the button)SdkConfig.Builder.withLocale(String locale) Sets the language locale used by the web/native clientSdkConfig.Builder.withPresetIssuingCountry(String presetIssuingCountry) Sets the preset issuing country used by the web/native clientSdkConfig.Builder.withPrimaryColour(String primaryColour) Sets the primary colour to be used by the web/native clientSdkConfig.Builder.withPrivacyPolicyUrl(String privacyPolicyUrl) Sets the privacy policy URLSdkConfig.Builder.withSecondaryColour(String secondaryColour) Sets the secondary colour to be used by the web/native client (used on the button)SdkConfig.Builder.withSuccessUrl(String successUrl) Sets the success URL for the redirect that follows the web/native client uploading documents successfully