repeatWhen is identical to retryWhen , only it responds to onCompleted instead of onError . The input is Observable<Void> , since onCompleted ...
確定! 回上一頁