Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MDCSnackbarAdapter

Defines the shape of the adapter expected by the foundation. Implement this adapter for your framework of choice to delegate updates to the component in your framework of choice. See architecture documentation for more details. https://github.com/material-components/material-components-web/blob/master/docs/code/architecture.md

Hierarchy

  • MDCSnackbarAdapter

Index

Methods

addClass

  • addClass(className: string): void

announce

  • announce(): void

notifyClosed

  • notifyClosed(reason: string): void

notifyClosing

  • notifyClosing(reason: string): void

notifyOpened

  • notifyOpened(): void

notifyOpening

  • notifyOpening(): void

removeClass

  • removeClass(className: string): void

Generated using TypeDoc