public interface URIContentSender
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
URIContentSender.Callback
Callback invoked when content has been sent 
 | 
| Modifier and Type | Method and Description | 
|---|---|
android.graphics.drawable.Drawable | 
getIcon()
Get an icon that represents this send method 
 | 
java.lang.String | 
getName()
Get the send method name to be displayed to the user 
 | 
boolean | 
isSupported(java.lang.String contentURI)
Check if this content can be sent with this method based on its URI 
 | 
boolean | 
sendContent(java.lang.String contentURI,
           URIContentSender.Callback callback)
Request to sent content using this method 
 | 
java.lang.String getName()
android.graphics.drawable.Drawable getIcon()
boolean isSupported(java.lang.String contentURI)
boolean sendContent(java.lang.String contentURI,
                    URIContentSender.Callback callback)
contentURI - Content URIcallback - Callback to fire when content has been sent