File tree Expand file tree Collapse file tree
docs/base-app/introduction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,18 +300,18 @@ This AI validation is experimental and should only be used in a read-only capaci
300300
301301The 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
You can’t perform that action at this time.
0 commit comments