Package com.batch.android
Class Batch.Debug
java.lang.Object
com.batch.android.Batch.Debug
- Enclosing class:
- Batch
Batch Debug module
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
startDebugActivity
(Context context) Start the debug activity.
-
Method Details
-
startDebugActivity
Start the debug activity. Requires Batch to be started. You should not leave this method in your application as it is just a tool allowing developer to debug Batch info.Warning: This method might expose critical data.
- Parameters:
context
- Android's context
-