new ActivityMessage()
- Source:
Extends
Methods
(static) ActivityMessage#getAction() → {String}
Get the field value
An action name, such as ACTION_VIEW. Application-specific actions should be prefixed with the vendor's package name.
- Source:
Returns:
- Type
- String
(static) ActivityMessage#getPayload() → {String|Null}
Get the field value
Information that is passed to the activity. Can be obtained from the intent using the key defined in com.clover.remote.common.RemoteConstants#EXTRA_PAYLOAD
- Source:
Returns:
- Type
- String | Null
(static) ActivityMessage#setAction(action)
Set the field value
An action name, such as ACTION_VIEW. Application-specific actions should be prefixed with the vendor's package name.
Parameters:
Name | Type | Description |
---|---|---|
action |
String |
- Source:
(static) ActivityMessage#setPayload(payload)
Set the field value
Information that is passed to the activity. Can be obtained from the intent using the key defined in com.clover.remote.common.RemoteConstants#EXTRA_PAYLOAD
Parameters:
Name | Type | Description |
---|---|---|
payload |
String | Null |
- Source: