Class: CustomActivityRequest

remotepay.CustomActivityRequest()

new CustomActivityRequest()

Source:

Extends

Methods

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

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

(static) CustomActivityRequest#getNonBlocking() → {Boolean}

Get the field value If true, then the activity can be stopped in regular execution.
Source:
Returns:
Type
Boolean

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

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

(static) CustomActivityRequest#setAction(action)

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

(static) CustomActivityRequest#setNonBlocking(nonBlocking)

Set the field value If true, then the activity can be stopped in regular execution.
Parameters:
Name Type Description
nonBlocking Boolean
Source:

(static) CustomActivityRequest#setPayload(payload)

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