Package com.adobe.marketing.mobile
Interface EdgeCallback
-
- All Implemented Interfaces:
public interface EdgeCallbackCallback interface used for returning response from the Adobe Experience Edge to the mobile application.
-
-
Method Summary
Modifier and Type Method Description abstract voidonComplete(List<EdgeEventHandle> handles)This method is called when the response is successfully fetched from the Adobe Experience Edge. -
-
Method Detail
-
onComplete
abstract void onComplete(List<EdgeEventHandle> handles)
This method is called when the response is successfully fetched from the Adobe Experience Edge. It can be called with an empty list, one or multiple event handles.
- Parameters:
handles- response from the server
-
-
-
-