acceptAlert

fun acceptAlert(alert: Alert): Completable

Accept an alert.

Return

A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

alert

Alert that want to accept.