Notifications

object Notifications extends ChromeAPI
trait ChromeAPI
class Object
trait Matchable
class Any

Value members

Concrete methods

def clear(id: Id): Future[Boolean]
def create(options: NotificationOptions, id: Option[Id]): Future[Id]
def getAll: Future[Map[Id, Boolean]]
def update(id: Id, options: NotificationOptions): Future[Boolean]