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.
README.md
1 parent b659154 commit 63305fbCopy full SHA for 63305fb
README.md
@@ -240,6 +240,9 @@ export default function App() {
240
// is disabled in the Sourcepoint dashboard
241
language: SPMessageLanguage.ENGLISH,
242
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,
246
}
247
);
248
0 commit comments