Interface EdgeCallback

  • All Implemented Interfaces:

    
    public interface EdgeCallback
    
                        

    Callback interface used for returning response from the Adobe Experience Edge to the mobile application.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onComplete(List<EdgeEventHandle> handles) This method is called when the response is successfully fetched from the Adobe Experience Edge.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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