new Message()
- Source:
Methods
(static) Message#getMethod() → {remotemessage.Method}
Get the field value
The list of message types
- Source:
Returns:
- Type
- remotemessage.Method
(static) Message#getVersion() → {Number|Null}
Get the field value
The version of this message
- Source:
Returns:
must be an integer,
- Type
- Number | Null
(static) Message#setMethod(method)
Set the field value
The list of message types
Parameters:
Name | Type | Description |
---|---|---|
method |
remotemessage.Method |
- Source:
(static) Message#setVersion(version)
Set the field value
The version of this message
Parameters:
Name | Type | Description |
---|---|---|
version |
Number | Null | must be an integer, |
- Source: