InstabugSupportFragmentDelegate.java
781 Bytes
package com.instabug.library;
import android.support.v4.app.Fragment;
public class InstabugSupportFragmentDelegate
{
private final Fragment mFragment;
public InstabugSupportFragmentDelegate(Fragment paramFragment)
{
this.mFragment = paramFragment;
}
public void onDetach()
{
Instabug.iG().a().a(this.mFragment.getClass().getName(), 2569);
}
public void onPause()
{
Instabug.iG().a().a(this.mFragment.getClass().getName(), 2568);
}
public void onResume()
{
Instabug.iG().a().a(this.mFragment.getClass().getName(), 2576);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/instabug/library/InstabugSupportFragmentDelegate.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/