public abstract class URIContentRecipient
extends java.lang.Object
URIContentSender
Modifier and Type | Class and Description |
---|---|
static interface |
URIContentRecipient.Callback
The
URIContentRecipient.Sender has provided a list of recipients to send to |
static interface |
URIContentRecipient.Sender
Interface for a
URIContentSender that supports an alternative workflow:
1) User selects the sender they want to use
2) User selects the recipients from that sender
3) The sender notifies the URIContentRecipient.Callback that recipients have been selected
4) After some additional work, the URIContentRecipient.Callback notifies the
sender that content is ready to send |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected java.lang.String |
uid |
Modifier | Constructor and Description |
---|---|
protected |
URIContentRecipient(java.lang.String name) |
protected |
URIContentRecipient(java.lang.String name,
java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
android.graphics.drawable.Drawable |
getIcon()
Get an icon that represents this recipient
|
java.lang.String |
getName()
Get the displayable name for this recipient
|
java.lang.String |
getUID()
Get the UID for this recipient
|
java.lang.String |
toString() |
protected URIContentRecipient(java.lang.String name, java.lang.String uid)
protected URIContentRecipient(java.lang.String name)
public java.lang.String getName()
public java.lang.String getUID()
public android.graphics.drawable.Drawable getIcon()
public java.lang.String toString()
toString
in class java.lang.Object