-
public class ChuckerNo-op implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSCREEN_HTTPprivate final IntegerSCREEN_ERRORprivate final BooleanisOppublic final static ChuckerINSTANCE
-
Method Summary
Modifier and Type Method Description final static IntentgetLaunchIntent(Context context, Integer screen)final static IntentgetLaunchIntent(Context context)final static UnitregisterDefaultCrashHandler(ChuckerCollector collector)final static UnitdismissTransactionsNotification(Context context)final static UnitdismissErrorsNotification(Context context)final IntegergetSCREEN_HTTP()final IntegergetSCREEN_ERROR()final BooleangetIsOp()-
-
Method Detail
-
getLaunchIntent
@Deprecated(message = This fun will be removed in 4.x release, replaceWith = @ReplaceWith(imports = {}, expression = Chucker.getLaunchIntent(context)), level = DeprecationLevel.WARNING) final static Intent getLaunchIntent(Context context, Integer screen)
-
getLaunchIntent
final static Intent getLaunchIntent(Context context)
-
registerDefaultCrashHandler
final static Unit registerDefaultCrashHandler(ChuckerCollector collector)
-
dismissTransactionsNotification
final static Unit dismissTransactionsNotification(Context context)
-
dismissErrorsNotification
final static Unit dismissErrorsNotification(Context context)
-
getSCREEN_HTTP
final Integer getSCREEN_HTTP()
-
getSCREEN_ERROR
final Integer getSCREEN_ERROR()
-
-
-
-