Skip to content

Commit de9efc8

Browse files
committed
Add to readme
1 parent f6086e2 commit de9efc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ try {
182182
.accountId("account id")
183183
.externalId("external id")
184184
.evaluateTransaction(true) // can be omitted as it uses true as the default value
185+
.customProperties(Map.of(
186+
"custom-property-key", "custom-property-value",
187+
"custom-double-property-key", 1.0))
185188
.build();
186189
TransactionAssessment assessment = api.registerLogin(registerLoginRequest);
187190
} catch (IncogniaAPIException e) {

0 commit comments

Comments
 (0)