public static interface NetworkingModule.UriHandler
Modifier and Type | Method and Description |
---|---|
WritableMap |
fetch(android.net.Uri uri)
Fetch the URI and return the JS body payload.
|
boolean |
supports(android.net.Uri uri,
java.lang.String responseType)
Returns if the handler should be used for an URI.
|
boolean supports(android.net.Uri uri, java.lang.String responseType)
WritableMap fetch(android.net.Uri uri) throws java.io.IOException
java.io.IOException