Class: ActivityMessageToActivity

remotemessage.ActivityMessageToActivity()

new ActivityMessageToActivity()

Source:

Extends

Methods

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

Get the field value The name of the activity/action being sent to a running custom activity
Source:
Returns:
Type
String

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

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

(static) ActivityMessageToActivity#setAction(action)

Set the field value The name of the activity/action being sent to a running custom activity
Parameters:
Name Type Description
action String
Source:

(static) ActivityMessageToActivity#setPayload(payload)

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