Package 

Interface WebServiceInterface


  • 
    public interface WebServiceInterface
    
                        

    Created by adeshmukh on 07/02/25. Project Name: OSMOS-Android-SDK File Name: WebServiceInterface

    • Method Summary

      Modifier and Type Method Description
      abstract Unit didFinish(Map<String, Object> response) This method is called when the web service call finishes.
      • Methods inherited from class java.lang.Object

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

      • didFinish

         abstract Unit didFinish(Map<String, Object> response)

        This method is called when the web service call finishes.

        Parameters:
        response - The response body as a string.