JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
F
S
T
B
bcc(String)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Add an email address to be used in the "bcc" field.
bcc(Collection<String>)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Add an email address to be used in the "bcc" field.
body(String)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Set the text body for this email intent.
build()
- Method in class de.cketti.mailto.
EmailIntentBuilder
Build the
Intent.ACTION_SENDTO
intent.
C
cc(String)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Add an email address to be used in the "cc" field.
cc(Collection<String>)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Add an email address to be used in the "cc" field.
D
de.cketti.mailto
- package de.cketti.mailto
E
EmailIntentBuilder
- Class in
de.cketti.mailto
A helper to create email intents, i.e.
F
from(Context)
- Static method in class de.cketti.mailto.
EmailIntentBuilder
Create a builder to create an
Intent.ACTION_SENDTO
intent or to launch that intent.
S
start()
- Method in class de.cketti.mailto.
EmailIntentBuilder
Launch the email intent.
subject(String)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Set the subject line for this email intent.
T
to(String)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Add an email address to be used in the "to" field.
to(Collection<String>)
- Method in class de.cketti.mailto.
EmailIntentBuilder
Add a list of email addresses to be used in the "to" field.
B
C
D
E
F
S
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes