sendSms

abstract fun sendSms(number: String, smsParts: List<String>, sendingTimeoutSeconds: Int): Observable<SmsRepository.SmsSendingState>

Sends given text by sms

Return

Observable that emits current status of sending

Parameters

number

Recipient phone number

smsParts

Text data to send, returned from generateSmsParts

sendingTimeoutSeconds

After this time error will be returned.