Class: ActivityRequest

remotemessage.ActivityRequest()

new ActivityRequest()

Source:

Extends

Methods

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

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

(static) ActivityRequest#getForceLaunch() → {Boolean}

Get the field value If true, then the activity will cancel other activity and run. This includes payment activity.
Source:
Returns:
Type
Boolean

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

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

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

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

(static) ActivityRequest#setAction(action)

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

(static) ActivityRequest#setForceLaunch(forceLaunch)

Set the field value If true, then the activity will cancel other activity and run. This includes payment activity.
Parameters:
Name Type Description
forceLaunch Boolean
Source:

(static) ActivityRequest#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) ActivityRequest#setPayload(payload)

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