NotificationAction

Overview

The NotificationAction interface of the Notifications API is used to represent action buttons the user can click to interact with notifications.

Location

Properties


action

 

property action: String read;

 

String action { get; }

 

var action: String { get{} }

 

String action { __get; }

 

ReadOnly Property action() As String

icon

 

property icon: String read;

 

String icon { get; }

 

var icon: String { get{} }

 

String icon { __get; }

 

ReadOnly Property icon() As String

title

 

property title: String read;

 

String title { get; }

 

var title: String { get{} }

 

String title { __get; }

 

ReadOnly Property title() As String