listenToConfirmationSms

abstract fun listenToConfirmationSms(fromDate: Date, waitingTimeoutSeconds: Int, requiredSender: String, submissionId: Int, submissionType: SubmissionType): Completable

Starts process of listening to result confirmation sms

Return

completed when found

Parameters

fromDate

don't check messages older than this

waitingTimeoutSeconds

after this time error will be returned

requiredSender

messages from other senders will not be read

submissionId

submission ID to recognize message

submissionType

submission type to recognize message