Skip to content

Commit 63305fb

Browse files
committed
update README.md
1 parent b659154 commit 63305fb

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
@@ -240,6 +240,9 @@ export default function App() {
240240
// is disabled in the Sourcepoint dashboard
241241
language: SPMessageLanguage.ENGLISH,
242242
messageTimeoutInSeconds: 20,
243+
// Preventing android users from dismissing the consent message on back press
244+
// `true` is the default value, allowing users to dismiss the consent message on back press
245+
dismissMessageOnBackPress: true,
243246
}
244247
);
245248

0 commit comments

Comments
 (0)