class Data : Serializable
recipientEmail
- This is optional because it will be filled by this fragment.
<init> |
Data(title: String, ids: List<String>, senderEmail: String, recipientEmail: String? = null, message: String? = null) |
ids |
val ids: List<String> |
message |
var message: String? |
recipientEmail |
This is optional because it will be filled by this fragment. var recipientEmail: String? |
senderEmail |
val senderEmail: String |
title |
val title: String |