Class: CustomActivityResponse

remotepay.CustomActivityResponse()

new CustomActivityResponse()

Source:

Extends

Methods

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

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

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

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

(static) CustomActivityResponse#setAction(action)

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

(static) CustomActivityResponse#setPayload(payload)

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