-
public final class ChuckerCollectorNo-op implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanshowNotification
-
Constructor Summary
Constructors Constructor Description ChuckerCollector(Context context, Boolean showNotification, RetentionManager.Period retentionPeriod)ChuckerCollector(Context context, Boolean showNotification)ChuckerCollector(Context context)
-
Method Summary
Modifier and Type Method Description final BooleangetShowNotification()final UnitsetShowNotification(Boolean showNotification)final UnitonError(Object obj, Object obj2)-
-
Method Detail
-
getShowNotification
final Boolean getShowNotification()
-
setShowNotification
final Unit setShowNotification(Boolean showNotification)
-
onError
@Deprecated(message = This fun will be removed in 4.x release as part of Throwable functionality removal., replaceWith = @ReplaceWith(imports = {}, expression = ), level = DeprecationLevel.WARNING) final Unit onError(Object obj, Object obj2)
-
-
-
-