Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/AppsFlyerSDK/AppsFlyer.cs
T
2026-04-08 23:40:05 +02:00

259 lines
10 KiB
C#

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace AppsFlyerSDK
{
// Token: 0x020019F0 RID: 6640
[Token(Token = "0x20019F0")]
[StructLayout(3)]
public class AppsFlyer : MonoBehaviour
{
// Token: 0x0600B2E7 RID: 45799 RVA: 0x002A17B8 File Offset: 0x0029F9B8
[Token(Token = "0x600B2E7")]
[Address(RVA = "0x1D47600", Offset = "0x1D46000", VA = "0x181D47600")]
public static void initSDK(string MOPLNGLMJIP, string FLELLHBFIIH)
{
}
// Token: 0x0600B2E8 RID: 45800 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2E8")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void initSDK(string MOPLNGLMJIP, string FLELLHBFIIH, MonoBehaviour DOJCFCINALC)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2E9 RID: 45801 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2E9")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void startSDK()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2EA RID: 45802 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2EA")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void sendEvent(string IKPPEONHGFO, Dictionary<string, string> JLDGFDIBBJF)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2EB RID: 45803 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2EB")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void stopSDK(bool PBLDHBIIHPN)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2EC RID: 45804 RVA: 0x002A17C8 File Offset: 0x0029F9C8
[Token(Token = "0x600B2EC")]
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970")]
public static bool isSDKStopped()
{
}
// Token: 0x0600B2ED RID: 45805 RVA: 0x002A17D8 File Offset: 0x0029F9D8
[Token(Token = "0x600B2ED")]
[Address(RVA = "0x1D475D0", Offset = "0x1D45FD0", VA = "0x181D475D0")]
public static string getSdkVersion()
{
return "";
}
// Token: 0x0600B2EE RID: 45806 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2EE")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setIsDebug(bool CJLKAJABAHC)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2EF RID: 45807 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2EF")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setCustomerUserId(string ENJEOLBEALP)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F0 RID: 45808 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F0")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setAppInviteOneLinkID(string NNJADEJAOCC)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F1 RID: 45809 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F1")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setAdditionalData(Dictionary<string, string> IDIELDLIHOI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F2 RID: 45810 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F2")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setResolveDeepLinkURLs(params string[] DDIAKGKDBCJ)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F3 RID: 45811 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F3")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setOneLinkCustomDomain(params string[] HALOKPPPOHF)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F4 RID: 45812 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F4")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setCurrencyCode(string CFAPJCOBNAO)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F5 RID: 45813 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F5")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void recordLocation(double LFBMMOIIBAD, double BLIFOJKNIIF)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F6 RID: 45814 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F6")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void anonymizeUser(bool AJOEPGIKNLJ)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F7 RID: 45815 RVA: 0x002A17EC File Offset: 0x0029F9EC
[Token(Token = "0x600B2F7")]
[Address(RVA = "0x1D475A0", Offset = "0x1D45FA0", VA = "0x181D475A0")]
public static string getAppsFlyerId()
{
return "";
}
// Token: 0x0600B2F8 RID: 45816 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F8")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setMinTimeBetweenSessions(int HABFNPMBADP)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2F9 RID: 45817 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2F9")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setHost(string KIDJIKHKEFL, string LADAAOLKLDM)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2FA RID: 45818 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2FA")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setUserEmails(PCDBDMALCCA NONGEJDOJBL, params string[] PHKHAOFBJOJ)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2FB RID: 45819 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2FB")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setPhoneNumber(string HLHGAFGLMON)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2FC RID: 45820 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2FC")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setSharingFilterForAllPartners()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2FD RID: 45821 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2FD")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void setSharingFilter(params string[] LMIACEEEPGB)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2FE RID: 45822 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2FE")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void getConversionData(string HAKOMHOMAAN)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B2FF RID: 45823 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B2FF")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void attributeAndOpenStore(string FLELLHBFIIH, string GJJAGJCCAIP, Dictionary<string, string> BIFKIDCBKII, MonoBehaviour DOJCFCINALC)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B300 RID: 45824 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B300")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void recordCrossPromoteImpression(string FLELLHBFIIH, string GJJAGJCCAIP, Dictionary<string, string> KDMGDPJLIBN)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B301 RID: 45825 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600B301")]
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
public static void generateUserInviteLink(Dictionary<string, string> KDMGDPJLIBN, MonoBehaviour DOJCFCINALC)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600B302 RID: 45826 RVA: 0x002A1800 File Offset: 0x0029FA00
[Token(Token = "0x600B302")]
[Address(RVA = "0x1D474D0", Offset = "0x1D45ED0", VA = "0x181D474D0")]
public static Dictionary<string, object> CallbackStringToDictionary(string CKCGCFGOMAA)
{
if (EMNAHPAOHDL.PPGFHEDFBEA(CKCGCFGOMAA) == 0)
{
return;
}
}
// Token: 0x0600B303 RID: 45827 RVA: 0x002A1818 File Offset: 0x0029FA18
[Token(Token = "0x600B303")]
[Address(RVA = "0x1D47420", Offset = "0x1D45E20", VA = "0x181D47420")]
public static void AFLog(string AMGBBEKPLON, string CKCGCFGOMAA)
{
Debug.Log(string.Format("AppsFlyer_Unity_v{0} {1} called with {2}", CKCGCFGOMAA, AMGBBEKPLON, CKCGCFGOMAA));
}
// Token: 0x0600B304 RID: 45828 RVA: 0x002A1838 File Offset: 0x0029FA38
[Token(Token = "0x600B304")]
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
public AppsFlyer()
{
}
// Token: 0x040075E4 RID: 30180
[Token(Token = "0x40075E4")]
public static readonly string kAppsFlyerPluginVersion;
}
}