All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zhugeioanalytics.android.plugin.ZhugeioAnalyticsJSRAdapter Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.zhugeioanalytics.android.plugin;

import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.commons.JSRInlinerAdapter;

public class ZhugeioAnalyticsJSRAdapter extends JSRInlinerAdapter {
    public ZhugeioAnalyticsJSRAdapter(int api, MethodVisitor methodVisitor, int access, String name, String descriptor, String signature, String[] exceptions) {
        super(api, methodVisitor, access, name, descriptor, signature, exceptions);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy