> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Method name: siteMobile.showToastNotification(body: string, type: string, actionLabel: string) # Method Link: https://dev.wix.com/docs/sdk/frontend-modules/mobile/app-framework/show-toast-notification.md # Method Description: Displays a toast notification for a mobile app. ![developer preview tag](https://user-images.githubusercontent.com/89579857/213133550-2b4fa3e8-e8fc-4513-a733-00abcc70925c.png) Use toast notifications to provide app users with brief messages without interrupting the workflow. You can also choose to add an action button that the user can press. For example, "Undo". Toast notifications are often used to confirm actions or inform app users of new information. # Method Permissions: # Method Permissions Scopes IDs: undefined