MobileServicesHttpClient.java 804 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 *  org.apache.sling.commons.json.JSONObject
 */
package com.adobe.cq.mobile.mobileservices.impl.service;

import com.adobe.cq.mobile.platform.impl.MobileAppException;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.commons.json.JSONObject;

public interface MobileServicesHttpClient {
    public JSONObject getADBMobileConfig(String var1, Resource var2) throws MobileAppException;

    public JSONObject getApps(Resource var1) throws MobileAppException;

    public JSONObject getApps(String var1, String var2, String var3, String var4) throws MobileAppException;

    public String getTrackingServer(Resource var1, String var2) throws MobileAppException;
}