interface NotificationConstructorOptions
(js)
actions |
open var actions: Array<NotificationAction>? |
(js)
body |
abstract var body: String |
(js)
closeButtonText |
open var closeButtonText: String? |
(js)
hasReply |
open var hasReply: Boolean? |
(js)
icon |
open var icon: dynamic |
(js)
replyPlaceholder |
open var replyPlaceholder: String? |
(js)
silent |
open var silent: Boolean? |
(js)
sound |
open var sound: String? |
(js)
subtitle |
open var subtitle: String? |
(js)
title |
abstract var title: String |