Package 

Interface NetworkingModule.ResponseHandler

    • Method Summary

      Modifier and Type Method Description
      abstract boolean supports(String responseType) Returns if the handler should be used for a response type.
      abstract WritableMap toResponseData(ResponseBody body) Returns the JS body payload for the ResponseBody.
      • Methods inherited from class java.lang.Object

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

      • supports

         abstract boolean supports(String responseType)

        Returns if the handler should be used for a response type.