We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9742330 commit 48c9cfeCopy full SHA for 48c9cfe
README.md
@@ -77,6 +77,11 @@ yoti:useCaseId="YOUR_USE_CASE_ID"/>
77
```
78
[See this code in one of our sample apps](./sample-app/src/main/res/layout/activity_main.xml)
79
80
+Alternatively, you can set the button's useCaseId with:
81
+```java
82
+YotiSDKButton.setUseCaseId("YOUR_USE_CASE_ID");
83
+```
84
+
85
The client end of the integration is now complete.
86
87
## Configuration
0 commit comments