rxdogtag / com.uber.rxdogtag / RxDogTag / Builder / guardObserverCallbacks
guardObserverCallbacks¶
fun guardObserverCallbacks(guardObserverCallbacks:
Boolean
):
RxDogTag.Builder
!
Parameters¶
guardObserverCallbacks
- Boolean: Guards observer callbacks so that any exceptions that occur during observer callbacks are intercepted and routed to RxDogTag’s error handling that will give you more info on the subscription point. Set to true by default.
Return RxDogTag.Builder!: this builder for fluent chaining.