Class: RemoteMessage

remotemessage.RemoteMessage

new RemoteMessage()

Source:

Methods

(static) RemoteMessage#getId() → {String}

Get the field value Identifier for the message
Source:
Returns:
Type
String

(static) RemoteMessage#getMethod() → {remotemessage.Method}

Get the field value The name of the business message being sent
Source:
Returns:
Type
remotemessage.Method

(static) RemoteMessage#getPackageName() → {String}

Get the field value The package name of the sending Clover api
Source:
Returns:
Type
String

(static) RemoteMessage#getPayload() → {String}

Get the field value The payload message being sent. Interpreted based on the method.
Source:
Returns:
Type
String

(static) RemoteMessage#getRemoteApplicationID() → {String}

Get the field value The identifier for the sending application. This identifies the app.
Source:
Returns:
Type
String

(static) RemoteMessage#getRemoteSourceSDK() → {String}

Get the field value The identifier for the source SDK. This identifies the connector.
Source:
Returns:
Type
String

(static) RemoteMessage#getType() → {remotemessage.RemoteMessageType}

Get the field value
Source:
Returns:
Type
remotemessage.RemoteMessageType

(static) RemoteMessage#setId(id)

Set the field value Identifier for the message
Parameters:
Name Type Description
id String
Source:

(static) RemoteMessage#setMethod(method)

Set the field value The name of the business message being sent
Parameters:
Name Type Description
method remotemessage.Method
Source:

(static) RemoteMessage#setPackageName(packageName)

Set the field value The package name of the sending Clover api
Parameters:
Name Type Description
packageName String
Source:

(static) RemoteMessage#setPayload(payload)

Set the field value The payload message being sent. Interpreted based on the method.
Parameters:
Name Type Description
payload String
Source:

(static) RemoteMessage#setRemoteApplicationID(remoteApplicationID)

Set the field value The identifier for the sending application. This identifies the app.
Parameters:
Name Type Description
remoteApplicationID String
Source:

(static) RemoteMessage#setRemoteSourceSDK(remoteSourceSDK)

Set the field value The identifier for the source SDK. This identifies the connector.
Parameters:
Name Type Description
remoteSourceSDK String
Source:

(static) RemoteMessage#setType(type)

Set the field value
Parameters:
Name Type Description
type remotemessage.RemoteMessageType
Source: