Package 

Interface NetworkingModule.RequestBodyHandler

    • Method Summary

      Modifier and Type Method Description
      abstract boolean supports(ReadableMap map) Returns if the handler should be used for a JS body payload.
      abstract RequestBody toRequestBody(ReadableMap map, String contentType) Returns the RequestBody for the JS body payload.
      • Methods inherited from class java.lang.Object

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

      • supports

         abstract boolean supports(ReadableMap map)

        Returns if the handler should be used for a JS body payload.