package com.metaio.sdk.jni;

public class IMetaioWorldClient
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public IMetaioWorldClient(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(IMetaioWorldClient paramIMetaioWorldClient)
  {
    if (paramIMetaioWorldClient == null)
      return 0L;
    return paramIMetaioWorldClient.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IMetaioWorldClient(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getRequestAsString(MetaioWorldRequest paramMetaioWorldRequest)
  {
    return MetaioSDKJNI.IMetaioWorldClient_getRequestAsString(this.swigCPtr, this, MetaioWorldRequest.getCPtr(paramMetaioWorldRequest), paramMetaioWorldRequest);
  }

  public int performRequest(MetaioWorldRequest paramMetaioWorldRequest)
  {
    return MetaioSDKJNI.IMetaioWorldClient_performRequest(this.swigCPtr, this, MetaioWorldRequest.getCPtr(paramMetaioWorldRequest), paramMetaioWorldRequest);
  }

  public void setAuthentication(String paramString1, String paramString2)
  {
    MetaioSDKJNI.IMetaioWorldClient_setAuthentication(this.swigCPtr, this, paramString1, paramString2);
  }

  public void setDelegate(IMetaioWorldClientDelegate paramIMetaioWorldClientDelegate)
  {
    MetaioSDKJNI.IMetaioWorldClient_setDelegate(this.swigCPtr, this, IMetaioWorldClientDelegate.getCPtr(paramIMetaioWorldClientDelegate), paramIMetaioWorldClientDelegate);
  }

  public void setLanguage(String paramString)
  {
    MetaioSDKJNI.IMetaioWorldClient_setLanguage(this.swigCPtr, this, paramString);
  }

  public void setProxy(String paramString)
  {
    MetaioSDKJNI.IMetaioWorldClient_setProxy(this.swigCPtr, this, paramString);
  }

  public void setUDID(String paramString)
  {
    MetaioSDKJNI.IMetaioWorldClient_setUDID(this.swigCPtr, this, paramString);
  }

  public void setUserAgent(String paramString)
  {
    MetaioSDKJNI.IMetaioWorldClient_setUserAgent(this.swigCPtr, this, paramString);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.IMetaioWorldClient
 * JD-Core Version:    0.6.2
 */