@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PushMessageData")
public class PushMessageData
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
PushMessageData() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull ArrayBuffer |
arrayBuffer()
The arrayBuffer()method of the PushMessageData interface extracts push message data as an ArrayBuffer object.
|
@JsNonNull Blob |
blob()
The blob()method of the PushMessageData interface extracts push message data as a Blob object.
|
@JsNullable jsinterop.base.Any |
json()
The json()method of the PushMessageData interface extracts push message data by parsing it as a JSON string and returning the result.
|
@JsNonNull java.lang.String |
text()
The text()method of the PushMessageData interface extracts push message data as a plain text string.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNonNull ArrayBuffer arrayBuffer()
public @JsNonNull Blob blob()
public @JsNullable jsinterop.base.Any json()
public @JsNonNull java.lang.String text()