rxdogtag / com.uber.rxdogtag / RxDogTag / Builder / addIgnoredPackages
addIgnoredPackages¶
fun addIgnoredPackages(vararg packages:
String
!):
RxDogTag.Builder
!
Parameters¶
packages
- String!: ignorable packages. Useful if decorating observers that you know can be safely ignored when deducing a target subscribe() point. It’s recommended that classes in these packages have their names kept in Proguard/R8 obfuscation as well.
Return RxDogTag.Builder!: this builder for fluent chaining.
fun addIgnoredPackages(packages:
MutableCollection
<
String
!>!):
RxDogTag.Builder
!
Parameters¶
packages
- MutableCollection<String!>!: ignorable packages. Useful if decorating observers that you know can be safely ignored when deducing a target subscribe() point. It’s recommended that classes in these packages have their names kept in Proguard/R8 obfuscation as well.
Return RxDogTag.Builder!: this builder for fluent chaining.