Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/appkit/shared/siwx/siwx-custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export interface SIWXConfig {
*
* Constraints:
* - This method MUST verify all the sessions before storing them in the storage;
* - This method MUST replace all the sessions in the storage with the new ones succesfully otherwise it MUST throw an error.
* - This method MUST replace all the sessions in the storage with the new ones successfully otherwise it MUST throw an error.
*
* @param sessions SIWXSession[]
*/
Expand Down
2 changes: 1 addition & 1 deletion walletkit/android/notifications/push.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To register a wallet to receive WalletConnect push notifications, call `WalletKi

```kotlin
val firebaseAccessToken: String = //FCM access token received through the Firebase Messaging SDK
val enableEncrypted: Boolean = true //Flag that enables receiveing the detailed notifications
val enableEncrypted: Boolean = true //Flag that enables receiving the detailed notifications

WalletKit.registerDeviceToken(
firebaseAccessToken = firebaseAccessToken,
Expand Down