Package com.adobe.marketing.mobile
Interface EdgeCallback
-
public interface EdgeCallbackCallback interface used for returning response from the Adobe Experience Edge to the mobile application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonComplete(List<EdgeEventHandle> handles)This method is called when the response is successfully fetched from the Adobe Experience Edge.
-
-
-
Method Detail
-
onComplete
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
-
-