-
public class ChuckerChucker methods and utilities to interact with the library.
-
-
Method Summary
Modifier and Type Method Description final static IntentgetLaunchIntent(Context context)Get an Intent to launch the Chucker UI directly. final static UnitdismissNotifications(Context context)Dismisses all previous Chucker notifications. final BooleangetIsOp()Check if this instance is the operation one or no-op. -
-
Method Detail
-
getLaunchIntent
final static Intent getLaunchIntent(Context context)
Get an Intent to launch the Chucker UI directly.
- Parameters:
context- An Android Context.
-
dismissNotifications
final static Unit dismissNotifications(Context context)
Dismisses all previous Chucker notifications.
-
-
-
-