PushMessageData
Values
json
The json() method of the PushMessageData interface extracts push message data by parsing it as a JSON string and returning the result. Read more on MDN
let json: WebAPI.PushAPI.pushMessageData => JSON.t
text
The text() method of the PushMessageData interface extracts push message data as a plain text string. Read more on MDN
let text: WebAPI.PushAPI.pushMessageData => string