Skip to content

Commit 48c9cfe

Browse files
committed
Document setUseCaseId() method
1 parent 9742330 commit 48c9cfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ yoti:useCaseId="YOUR_USE_CASE_ID"/>
7777
```
7878
[See this code in one of our sample apps](./sample-app/src/main/res/layout/activity_main.xml)
7979

80+
Alternatively, you can set the button's useCaseId with:
81+
```java
82+
YotiSDKButton.setUseCaseId("YOUR_USE_CASE_ID");
83+
```
84+
8085
The client end of the integration is now complete.
8186

8287
## Configuration

0 commit comments

Comments
 (0)