Skip to content

Commit e746c77

Browse files
authored
added notifications not supported (#166)
* added notifications not supported * added dates for support * added dates for support
1 parent f051911 commit e746c77

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

docs/base-app/introduction/mini-apps.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,18 +300,18 @@ This AI validation is experimental and should only be used in a read-only capaci
300300

301301
The following Mini App SDK features are **not currently supported** in Base App:
302302

303-
#### Environment Detection
303+
#### Environment Detection (ETA 8/6)
304304
* `sdk.isInMiniApp()`
305305

306-
#### Haptic Feedback
306+
#### Haptic Feedback (ETA 8/13)
307307
* All haptic related SDK methods
308308
* `sdk.haptics.impactOccurred()`
309309
* `sdk.haptics.notificationOccurred()`
310310
* `sdk.haptics.selectionChanged()`
311311

312-
#### Token Actions
312+
#### Token Actions (ETA 8/6)
313313
* `sdk.actions.swapToken()`
314-
* `sdk.actions.sendToken()`
314+
315315

316316
### Wallet Interactions
317317
* `sdk.actions.getEthereumProvider()`
@@ -324,10 +324,16 @@ The following Mini App SDK features are **not currently supported** in Base App:
324324
* Warpcast/Farcaster composer intent URLs (`warpcast.com/~/compose`, `farcaster.com/~/compose`)
325325
* Note: You can instead use `sdk.actions.composeCast()` to compose a cast directly in Base App
326326

327+
#### Notifications are not yet supported
328+
329+
#### Mini App Actions Not Supported (ETA 8/13)
330+
* .addMiniApp()
331+
* .requestCameraAndMicrophoneAccess()
332+
327333
#### Context Features
328334

329335
* Share extensions
330-
* `sdk.context.location`
336+
331337

332338
#### Supported Chains
333339

0 commit comments

Comments
 (0)