NotificationOptions

@native @JSType
trait NotificationOptions extends Object
Companion
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val `type`: UndefOr[TemplateType]
val appIconMaskUrl: UndefOr[String]
val buttons: UndefOr[Array[Button]]
val contextMessage: UndefOr[String]
val eventTime: UndefOr[Double]
val iconUrl: UndefOr[String]
val imageUrl: UndefOr[String]
val isClickable: UndefOr[Boolean]
val items: UndefOr[Array[Item]]
val message: UndefOr[String]
val priority: UndefOr[Int]
val progress: UndefOr[Int]
val title: UndefOr[String]