|
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
|
void | onCreate (Bundle savedInstanceState) |
|
void | onViewCreated (@NonNull final View v, Bundle savedInstanceState) |
|
void | onClick (View v) |
|
void | sendEmail (@Nullable String email, String subject, String body) |
|
A simple Fragment
subclass. Use the ActionsFragment#newInstance
factory method to create an instance of this fragment.
◆ sendEmail()
void net.kollnig.missioncontrol.details.ActionsFragment.sendEmail |
( |
@Nullable String |
email, |
|
|
String |
subject, |
|
|
String |
body |
|
) |
| |
Show an intent to write an email
- Parameters
-
email | The recipient email address |
subject | The email subject |
body | The email body |
The documentation for this class was generated from the following file:
- app/src/main/java/net/kollnig/missioncontrol/details/ActionsFragment.java