Class ActivityMessage
java.lang.Object
com.clover.remote.client.messages.ActivityMessage
- Direct Known Subclasses:
MessageFromActivity,MessageToActivity
Base class for custom activity message communication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field valueGet the field value
-
Constructor Details
-
ActivityMessage
Constructor- Parameters:
action- the custom activity actionpayload- the custom activity payload
-
-
Method Details
-
getAction
Get the field value- Returns:
- the custom activity action
-
getPayload
Get the field value- Returns:
- the custom activity payload
-