sendMmsMessage

fun sendMmsMessage(context: Context, message: String = "", phoneNumber: String? = null)

Send message only by SMS app (not other email or social apps).

Since

0.5.7

Parameters

context

context.

message

What you want to send.

phoneNumber

Who you want to send.Default value is null.