public static interface URIContentSender.Callback
Modifier and Type | Method and Description |
---|---|
void |
onSentContent(URIContentSender sender,
java.lang.String contentURI,
boolean success)
Content has been (or attempted to be) sent
|
void onSentContent(URIContentSender sender, java.lang.String contentURI, boolean success)
sender
- The URI content providercontentURI
- URI for content that has been sentsuccess
- True if successful, false if failed