Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. Notification class
Notification
description

Notification class

Inheritance
Annotations
  • @Native.new("Notification")

Constructors

Notification(Stringtitle, {String?dir,String?body,String?lang,String?tag,String?icon})
factory

Properties

actionsList?
no setter
badgeString?
no setter
bodyString?
no setter
dataObject?
no setter
dirString?
no setter
hashCodeint
The hash code for this object.
no setterinherited
iconString?
no setter
imageString?
no setter
langString?
no setter
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onClickStream<Event>
Stream ofclick events handled by thisNotification.
no setter
onCloseStream<Event>
Stream ofclose events handled by thisNotification.
no setter
onErrorStream<Event>
Stream oferror events handled by thisNotification.
no setter
onShowStream<Event>
Stream ofshow events handled by thisNotification.
no setter
renotifybool?
no setter
requireInteractionbool?
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
silentbool?
no setter
tagString?
no setter
timestampint?
no setter
titleString?
no setter
vibrateList<int>?
no setter

Methods

addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
close()→ void
dispatchEvent(Eventevent)bool
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

maxActionsint?
no setter
permissionString?
no setter
supportedbool
Checks if this type is supported on the current platform.
no setter

Static Methods

requestPermission()Future<String>

Constants

clickEvent→ constEventStreamProvider<Event>
Static factory designed to exposeclick events to eventhandlers that are not necessarily instances ofNotification.
closeEvent→ constEventStreamProvider<Event>
Static factory designed to exposeclose events to eventhandlers that are not necessarily instances ofNotification.
errorEvent→ constEventStreamProvider<Event>
Static factory designed to exposeerror events to eventhandlers that are not necessarily instances ofNotification.
showEvent→ constEventStreamProvider<Event>
Static factory designed to exposeshow events to eventhandlers that are not necessarily instances ofNotification.
  1. Dart
  2. dart:html
  3. Notification class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp