miniapp / com.rakuten.tech.mobile.miniapp.js / MessageToContact
MessageToContact
data class MessageToContact
An object to prepare the message for sending to contacts.
Constructors
<init> | An object to prepare the message for sending to contacts.MessageToContact(image: String , text: String , caption: String , action: String ) |
Properties
action | val action: String |
caption | val caption: String |
image | val image: String |
isEmpty | Returns true when all the properties are empty, otherwise returns false.val isEmpty: Boolean |
text | val text: String |