Package com.adobe.marketing.mobile
Class EdgeEventHandle
-
- All Implemented Interfaces:
public class EdgeEventHandleThe EdgeEventHandle is a response fragment from Adobe Edge Network service for a sent XDM Experience Event. One event can receive none, one or multiple EdgeEventHandle(s) as response.
-
-
Method Summary
-
-
Method Detail
-
getType
String getType()
- Returns:
the payload type or null if not found in the JSONObject response
-
getPayload
List<Map<String, Object>> getPayload()
- Returns:
the event payload values for this EdgeEventHandle or null if not found in the JSONObject response
-
-
-
-