mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
Updated JavaDoc for getEmailFromContactPicker()
This commit is contained in:
parent
3b5492f5fc
commit
08e54cf44b
@ -175,11 +175,13 @@ public abstract class Contacts {
|
||||
public abstract Intent contactPickerIntent();
|
||||
|
||||
/**
|
||||
* Given a contact picker intent, returns the primary email address of that
|
||||
* contact.
|
||||
* Given a contact picker intent, returns a {@code ContactItem} instance for that contact.
|
||||
*
|
||||
* @param intent The {@link Intent} returned by this contact picker.
|
||||
* @return The primary email address of the picked contact.
|
||||
* @param intent
|
||||
* The {@link Intent} returned by the contact picker.
|
||||
*
|
||||
* @return A {@link ContactItem} instance describing the picked contact. Or {@code null} if the
|
||||
* contact doesn't have any email addresses.
|
||||
*/
|
||||
public abstract ContactItem getEmailFromContactPicker(final Intent intent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user