Class: ActivityResponseMessage

remotemessage.ActivityResponseMessage()

new ActivityResponseMessage()

Source:

Extends

Methods

(static) ActivityResponseMessage#getAction() → {String}

Get the field value The name of the action for this activity
Source:
Returns:
Type
String

(static) ActivityResponseMessage#getFailReason() → {String}

Get the field value If this activity failed, the reason for the failure
Source:
Returns:
Type
String

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

Get the field value Response data for this activity
Source:
Returns:
Type
String

(static) ActivityResponseMessage#getResultCode() → {Number}

Get the field value The result code after running this activity
Source:
Returns:
must be a long integer
Type
Number

(static) ActivityResponseMessage#setAction(action)

Set the field value The name of the action for this activity
Parameters:
Name Type Description
action String
Source:

(static) ActivityResponseMessage#setFailReason(failReason)

Set the field value If this activity failed, the reason for the failure
Parameters:
Name Type Description
failReason String
Source:

(static) ActivityResponseMessage#setPayload(payload)

Set the field value Response data for this activity
Parameters:
Name Type Description
payload String
Source:

(static) ActivityResponseMessage#setResultCode(resultCode)

Set the field value The result code after running this activity
Parameters:
Name Type Description
resultCode Number must be a long integer
Source: