send

open fun send(): Observable<SmsRepository.SmsSendingState>

Call this method to send the SMS. You must call a "convert" method before to specify the data to send. This method will fail if the app is not granted the permissions required to use SMS in the device: READ_PHONE_STATE, SEND_SMS, READ_SMS and RECEIVE_SMS.

Return

Observable emitting the sending states.