No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GoogleMobileAds.Ump.cpp 88KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. struct InterfaceActionInvoker0
  9. {
  10. typedef void (*Action)(void*, const RuntimeMethod*);
  11. static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
  12. {
  13. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  14. ((Action)invokeData.methodPtr)(obj, invokeData.method);
  15. }
  16. };
  17. template <typename T1>
  18. struct InterfaceActionInvoker1
  19. {
  20. typedef void (*Action)(void*, T1, const RuntimeMethod*);
  21. static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
  22. {
  23. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  24. ((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
  25. }
  26. };
  27. template <typename T1, typename T2>
  28. struct InterfaceActionInvoker2
  29. {
  30. typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
  31. static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
  32. {
  33. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  34. ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
  35. }
  36. };
  37. template <typename T1, typename T2, typename T3>
  38. struct InterfaceActionInvoker3
  39. {
  40. typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
  41. static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
  42. {
  43. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  44. ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
  45. }
  46. };
  47. template <typename R>
  48. struct InterfaceFuncInvoker0
  49. {
  50. typedef R (*Func)(void*, const RuntimeMethod*);
  51. static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
  52. {
  53. const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
  54. return ((Func)invokeData.methodPtr)(obj, invokeData.method);
  55. }
  56. };
  57. struct Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4;
  58. struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
  59. struct Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF;
  60. struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C;
  61. struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
  62. struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
  63. struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
  64. struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
  65. struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
  66. struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
  67. struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
  68. struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
  69. struct ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6;
  70. struct ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF;
  71. struct ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3;
  72. struct ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516;
  73. struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
  74. struct FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026;
  75. struct IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541;
  76. struct IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E;
  77. struct IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB;
  78. struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
  79. struct MethodInfo_t;
  80. struct String_t;
  81. struct Type_t;
  82. struct Utils_t2CF23FFC5ED202531D5A300162B6AD7CCF89B94D;
  83. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
  84. struct U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012;
  85. struct U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7;
  86. struct U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927;
  87. struct U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2;
  88. struct U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D;
  89. struct U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3;
  90. struct U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905;
  91. struct U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093;
  92. struct U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA;
  93. struct U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7;
  94. IL2CPP_EXTERN_C RuntimeClass* Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var;
  95. IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
  96. IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
  97. IL2CPP_EXTERN_C RuntimeClass* ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6_il2cpp_TypeInfo_var;
  98. IL2CPP_EXTERN_C RuntimeClass* ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF_il2cpp_TypeInfo_var;
  99. IL2CPP_EXTERN_C RuntimeClass* ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var;
  100. IL2CPP_EXTERN_C RuntimeClass* IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var;
  101. IL2CPP_EXTERN_C RuntimeClass* IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var;
  102. IL2CPP_EXTERN_C RuntimeClass* IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var;
  103. IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
  104. IL2CPP_EXTERN_C RuntimeClass* MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var;
  105. IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
  106. IL2CPP_EXTERN_C RuntimeClass* U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7_il2cpp_TypeInfo_var;
  107. IL2CPP_EXTERN_C RuntimeClass* U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905_il2cpp_TypeInfo_var;
  108. IL2CPP_EXTERN_C RuntimeClass* U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012_il2cpp_TypeInfo_var;
  109. IL2CPP_EXTERN_C RuntimeClass* U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3_il2cpp_TypeInfo_var;
  110. IL2CPP_EXTERN_C RuntimeClass* U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2_il2cpp_TypeInfo_var;
  111. IL2CPP_EXTERN_C RuntimeClass* U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA_il2cpp_TypeInfo_var;
  112. IL2CPP_EXTERN_C RuntimeClass* U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927_il2cpp_TypeInfo_var;
  113. IL2CPP_EXTERN_C RuntimeClass* U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093_il2cpp_TypeInfo_var;
  114. IL2CPP_EXTERN_C RuntimeClass* U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D_il2cpp_TypeInfo_var;
  115. IL2CPP_EXTERN_C RuntimeClass* U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7_il2cpp_TypeInfo_var;
  116. IL2CPP_EXTERN_C String_t* _stringLiteral87D3D808CD24C33F1425FFDE4A0710FC4BBC9C19;
  117. IL2CPP_EXTERN_C String_t* _stringLiteralE4186B0B875F8115D04109741D50C304CE9A671F;
  118. IL2CPP_EXTERN_C String_t* _stringLiteralE707B37FA85D7F3FB6BF6DA486F7250D62EBC726;
  119. IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var;
  120. IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var;
  121. IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A_RuntimeMethod_var;
  122. IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7_RuntimeMethod_var;
  123. IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861_RuntimeMethod_var;
  124. IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953_RuntimeMethod_var;
  125. IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766_RuntimeMethod_var;
  126. IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5_RuntimeMethod_var;
  127. IL2CPP_EXTERN_C const RuntimeMethod* U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC_RuntimeMethod_var;
  128. IL2CPP_EXTERN_C const RuntimeMethod* U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1_RuntimeMethod_var;
  129. IL2CPP_EXTERN_C const RuntimeMethod* U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85_RuntimeMethod_var;
  130. IL2CPP_EXTERN_C const RuntimeMethod* U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11_RuntimeMethod_var;
  131. IL2CPP_EXTERN_C const RuntimeMethod* U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57_RuntimeMethod_var;
  132. IL2CPP_EXTERN_C const RuntimeMethod* U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC_RuntimeMethod_var;
  133. IL2CPP_EXTERN_C const RuntimeMethod* U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD_RuntimeMethod_var;
  134. IL2CPP_EXTERN_C const RuntimeMethod* U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF_RuntimeMethod_var;
  135. IL2CPP_EXTERN_C const RuntimeMethod* Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409_RuntimeMethod_var;
  136. struct Delegate_t_marshaled_com;
  137. struct Delegate_t_marshaled_pinvoke;
  138. IL2CPP_EXTERN_C_BEGIN
  139. IL2CPP_EXTERN_C_END
  140. #ifdef __clang__
  141. #pragma clang diagnostic push
  142. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  143. #pragma clang diagnostic ignored "-Wunused-variable"
  144. #endif
  145. struct U3CModuleU3E_t742906D1ECE8A5FA78682FD3E1F8204B25D019FA
  146. {
  147. };
  148. struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
  149. {
  150. StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items;
  151. int32_t ____size;
  152. int32_t ____version;
  153. RuntimeObject* ____syncRoot;
  154. };
  155. struct ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF : public RuntimeObject
  156. {
  157. RuntimeObject* ____client;
  158. };
  159. struct ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3 : public RuntimeObject
  160. {
  161. };
  162. struct ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516 : public RuntimeObject
  163. {
  164. bool ___TagForUnderAgeOfConsent;
  165. ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6* ___ConsentDebugSettings;
  166. };
  167. struct FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026 : public RuntimeObject
  168. {
  169. int32_t ___U3CErrorCodeU3Ek__BackingField;
  170. String_t* ___U3CMessageU3Ek__BackingField;
  171. };
  172. struct MemberInfo_t : public RuntimeObject
  173. {
  174. };
  175. struct String_t : public RuntimeObject
  176. {
  177. int32_t ____stringLength;
  178. Il2CppChar ____firstChar;
  179. };
  180. struct Utils_t2CF23FFC5ED202531D5A300162B6AD7CCF89B94D : public RuntimeObject
  181. {
  182. };
  183. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  184. {
  185. };
  186. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  187. {
  188. };
  189. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  190. {
  191. };
  192. struct U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012 : public RuntimeObject
  193. {
  194. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* ___formLoadCallback;
  195. RuntimeObject* ___client;
  196. };
  197. struct U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7 : public RuntimeObject
  198. {
  199. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___onDismissed;
  200. };
  201. struct U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927 : public RuntimeObject
  202. {
  203. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___onDismissed;
  204. };
  205. struct U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2 : public RuntimeObject
  206. {
  207. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___onDismissed;
  208. };
  209. struct U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D : public RuntimeObject
  210. {
  211. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___consentInfoUpdateCallback;
  212. };
  213. struct U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3 : public RuntimeObject
  214. {
  215. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___error;
  216. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* ___U3CU3Ef__refU240;
  217. };
  218. struct U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905 : public RuntimeObject
  219. {
  220. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___error;
  221. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* ___U3CU3Ef__refU244;
  222. };
  223. struct U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093 : public RuntimeObject
  224. {
  225. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___error;
  226. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* ___U3CU3Ef__refU242;
  227. };
  228. struct U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA : public RuntimeObject
  229. {
  230. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___error;
  231. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* ___U3CU3Ef__refU246;
  232. };
  233. struct U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7 : public RuntimeObject
  234. {
  235. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___error;
  236. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* ___U3CU3Ef__refU240;
  237. };
  238. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
  239. {
  240. bool ___m_value;
  241. };
  242. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
  243. {
  244. };
  245. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
  246. {
  247. };
  248. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
  249. {
  250. };
  251. struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
  252. {
  253. int32_t ___m_value;
  254. };
  255. struct IntPtr_t
  256. {
  257. void* ___m_value;
  258. };
  259. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  260. {
  261. union
  262. {
  263. struct
  264. {
  265. };
  266. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  267. };
  268. };
  269. struct ConsentStatus_t17E6578CFF6D27E574D6437D2834B200E08B4777
  270. {
  271. int32_t ___value__;
  272. };
  273. struct DebugGeography_tE764B93413E15CC10191FEAFB27703EB137D4722
  274. {
  275. int32_t ___value__;
  276. };
  277. struct Delegate_t : public RuntimeObject
  278. {
  279. intptr_t ___method_ptr;
  280. intptr_t ___invoke_impl;
  281. RuntimeObject* ___m_target;
  282. intptr_t ___method;
  283. intptr_t ___delegate_trampoline;
  284. intptr_t ___extra_arg;
  285. intptr_t ___method_code;
  286. intptr_t ___interp_method;
  287. intptr_t ___interp_invoke_impl;
  288. MethodInfo_t* ___method_info;
  289. MethodInfo_t* ___original_method_info;
  290. DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
  291. bool ___method_is_virtual;
  292. };
  293. struct Delegate_t_marshaled_pinvoke
  294. {
  295. intptr_t ___method_ptr;
  296. intptr_t ___invoke_impl;
  297. Il2CppIUnknown* ___m_target;
  298. intptr_t ___method;
  299. intptr_t ___delegate_trampoline;
  300. intptr_t ___extra_arg;
  301. intptr_t ___method_code;
  302. intptr_t ___interp_method;
  303. intptr_t ___interp_invoke_impl;
  304. MethodInfo_t* ___method_info;
  305. MethodInfo_t* ___original_method_info;
  306. DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
  307. int32_t ___method_is_virtual;
  308. };
  309. struct Delegate_t_marshaled_com
  310. {
  311. intptr_t ___method_ptr;
  312. intptr_t ___invoke_impl;
  313. Il2CppIUnknown* ___m_target;
  314. intptr_t ___method;
  315. intptr_t ___delegate_trampoline;
  316. intptr_t ___extra_arg;
  317. intptr_t ___method_code;
  318. intptr_t ___interp_method;
  319. intptr_t ___interp_invoke_impl;
  320. MethodInfo_t* ___method_info;
  321. MethodInfo_t* ___original_method_info;
  322. DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
  323. int32_t ___method_is_virtual;
  324. };
  325. struct PrivacyOptionsRequirementStatus_tA7F76FD102EE3832F7389F7DF3EA73E58DF55BB3
  326. {
  327. int32_t ___value__;
  328. };
  329. struct RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E
  330. {
  331. int32_t ___value__;
  332. };
  333. struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
  334. {
  335. intptr_t ___value;
  336. };
  337. struct ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6 : public RuntimeObject
  338. {
  339. int32_t ___DebugGeography;
  340. List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___TestDeviceHashedIds;
  341. };
  342. struct MulticastDelegate_t : public Delegate_t
  343. {
  344. DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
  345. };
  346. struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
  347. {
  348. Delegate_t_marshaled_pinvoke** ___delegates;
  349. };
  350. struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
  351. {
  352. Delegate_t_marshaled_com** ___delegates;
  353. };
  354. struct Type_t : public MemberInfo_t
  355. {
  356. RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
  357. };
  358. struct Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4 : public MulticastDelegate_t
  359. {
  360. };
  361. struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t
  362. {
  363. };
  364. struct Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF : public MulticastDelegate_t
  365. {
  366. };
  367. struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C : public MulticastDelegate_t
  368. {
  369. };
  370. struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
  371. {
  372. };
  373. struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
  374. {
  375. StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray;
  376. };
  377. struct ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields
  378. {
  379. RuntimeObject* ____clientFactory;
  380. };
  381. struct String_t_StaticFields
  382. {
  383. String_t* ___Empty;
  384. };
  385. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
  386. {
  387. String_t* ___TrueString;
  388. String_t* ___FalseString;
  389. };
  390. struct IntPtr_t_StaticFields
  391. {
  392. intptr_t ___Zero;
  393. };
  394. struct Type_t_StaticFields
  395. {
  396. Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
  397. Il2CppChar ___Delimiter;
  398. TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
  399. RuntimeObject* ___Missing;
  400. MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
  401. MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
  402. MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
  403. };
  404. #ifdef __clang__
  405. #pragma clang diagnostic pop
  406. #endif
  407. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
  408. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method) ;
  409. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
  410. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
  411. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
  412. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0__ctor_m5D157B75B884DF130C17084209BA0045F3BB4B3F (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method) ;
  413. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6 (const RuntimeMethod* method) ;
  414. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
  415. inline void Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
  416. {
  417. (( void (*) (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
  418. }
  419. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey2__ctor_mBF5A9EEF097D451C3E43D1DD81954354DB60A7DC (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* __this, const RuntimeMethod* method) ;
  420. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4__ctor_mE45A0A9398600143C1464EB94438B1036EAC67C6 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* __this, const RuntimeMethod* method) ;
  421. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey6__ctor_mCD98BD24D284CCCE14416ECDD9C2CFE9C93D4C5C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* __this, const RuntimeMethod* method) ;
  422. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, const RuntimeMethod* method) ;
  423. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey1__ctor_m4230348DB164723CA9736F7188B2824F682C03E6 (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* __this, const RuntimeMethod* method) ;
  424. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm__ctor_m7E621E44264000847F539870184EB3230EDFEF41 (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* __this, RuntimeObject* ___0_client, const RuntimeMethod* method) ;
  425. inline void Action_2_Invoke_mD12E1AE2987FA9B92D6566FA260B000A58911A93_inline (Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* __this, ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* ___0_arg1, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___1_arg2, const RuntimeMethod* method)
  426. {
  427. (( void (*) (Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF*, ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF*, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*, const RuntimeMethod*))Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline)(__this, ___0_arg1, ___1_arg2, method);
  428. }
  429. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey3__ctor_m5DFC2C2D5962E76339884182F9CB77D9FADAF06F (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* __this, const RuntimeMethod* method) ;
  430. inline void Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_obj, const RuntimeMethod* method)
  431. {
  432. (( void (*) (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method);
  433. }
  434. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5__ctor_m908558CBA54C8832450D791A82F0167A1F327030 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* __this, const RuntimeMethod* method) ;
  435. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey7__ctor_m9EA7D19E552C857583B89211FC44D18C7F75D75C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* __this, const RuntimeMethod* method) ;
  436. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409 (const RuntimeMethod* method) ;
  437. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0__ctor_m3525CFA3A371A63BCAF453F55D8BCC95E94D4C3C (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method) ;
  438. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey1__ctor_mCE49B6C8A8E97FDC7FDA2642E82FEAE6BD1BDF68 (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* __this, const RuntimeMethod* method) ;
  439. inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
  440. {
  441. (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
  442. }
  443. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentDebugSettings__ctor_m55A234F30D3B678E063DFBB6B9D838DC5768744D (ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6* __this, const RuntimeMethod* method) ;
  444. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormError_set_ErrorCode_mCC38EFF4FB071A3DA5B2E0D0F77A527E1D5B5426_inline (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, int32_t ___0_value, const RuntimeMethod* method) ;
  445. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormError_set_Message_mA6F54ADCA0D8A37C7CBD0A68B213AAE392BA8F1F_inline (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, String_t* ___0_value, const RuntimeMethod* method) ;
  446. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138 (const RuntimeMethod* method) ;
  447. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___0_type, const RuntimeMethod* method) ;
  448. #ifdef __clang__
  449. #pragma clang diagnostic push
  450. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  451. #pragma clang diagnostic ignored "-Wunused-variable"
  452. #endif
  453. #ifdef __clang__
  454. #pragma clang diagnostic pop
  455. #endif
  456. #ifdef __clang__
  457. #pragma clang diagnostic push
  458. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  459. #pragma clang diagnostic ignored "-Wunused-variable"
  460. #endif
  461. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm__ctor_m7E621E44264000847F539870184EB3230EDFEF41 (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* __this, RuntimeObject* ___0_client, const RuntimeMethod* method)
  462. {
  463. {
  464. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  465. RuntimeObject* L_0 = ___0_client;
  466. __this->____client = L_0;
  467. Il2CppCodeGenWriteBarrier((void**)(&__this->____client), (void*)L_0);
  468. return;
  469. }
  470. }
  471. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_Load_mAB879496A1456226F52B4CE47B53975BB4ED5656 (Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* ___0_formLoadCallback, const RuntimeMethod* method)
  472. {
  473. static bool s_Il2CppMethodInitialized;
  474. if (!s_Il2CppMethodInitialized)
  475. {
  476. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  477. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  478. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  479. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  480. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861_RuntimeMethod_var);
  481. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953_RuntimeMethod_var);
  482. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012_il2cpp_TypeInfo_var);
  483. s_Il2CppMethodInitialized = true;
  484. }
  485. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* V_0 = NULL;
  486. {
  487. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_0 = (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012*)il2cpp_codegen_object_new(U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012_il2cpp_TypeInfo_var);
  488. U3CLoadU3Ec__AnonStorey0__ctor_m5D157B75B884DF130C17084209BA0045F3BB4B3F(L_0, NULL);
  489. V_0 = L_0;
  490. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_1 = V_0;
  491. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_2 = ___0_formLoadCallback;
  492. NullCheck(L_1);
  493. L_1->___formLoadCallback = L_2;
  494. Il2CppCodeGenWriteBarrier((void**)(&L_1->___formLoadCallback), (void*)L_2);
  495. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_3 = V_0;
  496. RuntimeObject* L_4;
  497. L_4 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  498. NullCheck(L_4);
  499. RuntimeObject* L_5;
  500. L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_4);
  501. NullCheck(L_3);
  502. L_3->___client = L_5;
  503. Il2CppCodeGenWriteBarrier((void**)(&L_3->___client), (void*)L_5);
  504. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_6 = V_0;
  505. NullCheck(L_6);
  506. RuntimeObject* L_7 = L_6->___client;
  507. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_8 = V_0;
  508. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  509. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_9, L_8, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861_RuntimeMethod_var), NULL);
  510. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_10 = V_0;
  511. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_11 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  512. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_11, L_10, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953_RuntimeMethod_var), NULL);
  513. NullCheck(L_7);
  514. InterfaceActionInvoker2< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(0, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_7, L_9, L_11);
  515. return;
  516. }
  517. }
  518. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_Show_m4B7187A682576C0A936E602958AFEDB712583C24 (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* __this, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___0_onDismissed, const RuntimeMethod* method)
  519. {
  520. static bool s_Il2CppMethodInitialized;
  521. if (!s_Il2CppMethodInitialized)
  522. {
  523. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  524. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  525. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85_RuntimeMethod_var);
  526. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927_il2cpp_TypeInfo_var);
  527. s_Il2CppMethodInitialized = true;
  528. }
  529. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* V_0 = NULL;
  530. {
  531. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_0 = (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927*)il2cpp_codegen_object_new(U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927_il2cpp_TypeInfo_var);
  532. U3CShowU3Ec__AnonStorey2__ctor_mBF5A9EEF097D451C3E43D1DD81954354DB60A7DC(L_0, NULL);
  533. V_0 = L_0;
  534. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_1 = V_0;
  535. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___0_onDismissed;
  536. NullCheck(L_1);
  537. L_1->___onDismissed = L_2;
  538. Il2CppCodeGenWriteBarrier((void**)(&L_1->___onDismissed), (void*)L_2);
  539. RuntimeObject* L_3 = __this->____client;
  540. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_4 = V_0;
  541. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_5 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  542. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_5, L_4, (intptr_t)((void*)U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85_RuntimeMethod_var), NULL);
  543. NullCheck(L_3);
  544. InterfaceActionInvoker1< Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(1, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_3, L_5);
  545. return;
  546. }
  547. }
  548. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_LoadAndShowConsentFormIfRequired_m53C2AC74AD02BC39BBC5F0850052013D5821B558 (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___0_onDismissed, const RuntimeMethod* method)
  549. {
  550. static bool s_Il2CppMethodInitialized;
  551. if (!s_Il2CppMethodInitialized)
  552. {
  553. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  554. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  555. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  556. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A_RuntimeMethod_var);
  557. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7_il2cpp_TypeInfo_var);
  558. s_Il2CppMethodInitialized = true;
  559. }
  560. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* V_0 = NULL;
  561. RuntimeObject* V_1 = NULL;
  562. {
  563. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_0 = (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7*)il2cpp_codegen_object_new(U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7_il2cpp_TypeInfo_var);
  564. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4__ctor_mE45A0A9398600143C1464EB94438B1036EAC67C6(L_0, NULL);
  565. V_0 = L_0;
  566. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_1 = V_0;
  567. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___0_onDismissed;
  568. NullCheck(L_1);
  569. L_1->___onDismissed = L_2;
  570. Il2CppCodeGenWriteBarrier((void**)(&L_1->___onDismissed), (void*)L_2);
  571. RuntimeObject* L_3;
  572. L_3 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  573. NullCheck(L_3);
  574. RuntimeObject* L_4;
  575. L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_3);
  576. V_1 = L_4;
  577. RuntimeObject* L_5 = V_1;
  578. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_6 = V_0;
  579. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_7 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  580. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_7, L_6, (intptr_t)((void*)U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A_RuntimeMethod_var), NULL);
  581. NullCheck(L_5);
  582. InterfaceActionInvoker1< Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(2, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_5, L_7);
  583. return;
  584. }
  585. }
  586. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_ShowPrivacyOptionsForm_mCF82468D6AD93F08A0C5D436B3D0146B4FA9F86B (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___0_onDismissed, const RuntimeMethod* method)
  587. {
  588. static bool s_Il2CppMethodInitialized;
  589. if (!s_Il2CppMethodInitialized)
  590. {
  591. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  592. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  593. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  594. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC_RuntimeMethod_var);
  595. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2_il2cpp_TypeInfo_var);
  596. s_Il2CppMethodInitialized = true;
  597. }
  598. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* V_0 = NULL;
  599. RuntimeObject* V_1 = NULL;
  600. {
  601. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_0 = (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2*)il2cpp_codegen_object_new(U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2_il2cpp_TypeInfo_var);
  602. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6__ctor_mCD98BD24D284CCCE14416ECDD9C2CFE9C93D4C5C(L_0, NULL);
  603. V_0 = L_0;
  604. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_1 = V_0;
  605. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___0_onDismissed;
  606. NullCheck(L_1);
  607. L_1->___onDismissed = L_2;
  608. Il2CppCodeGenWriteBarrier((void**)(&L_1->___onDismissed), (void*)L_2);
  609. RuntimeObject* L_3;
  610. L_3 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  611. NullCheck(L_3);
  612. RuntimeObject* L_4;
  613. L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_3);
  614. V_1 = L_4;
  615. RuntimeObject* L_5 = V_1;
  616. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_6 = V_0;
  617. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_7 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  618. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_7, L_6, (intptr_t)((void*)U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC_RuntimeMethod_var), NULL);
  619. NullCheck(L_5);
  620. InterfaceActionInvoker1< Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(3, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_5, L_7);
  621. return;
  622. }
  623. }
  624. #ifdef __clang__
  625. #pragma clang diagnostic pop
  626. #endif
  627. #ifdef __clang__
  628. #pragma clang diagnostic push
  629. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  630. #pragma clang diagnostic ignored "-Wunused-variable"
  631. #endif
  632. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0__ctor_m5D157B75B884DF130C17084209BA0045F3BB4B3F (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method)
  633. {
  634. {
  635. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  636. return;
  637. }
  638. }
  639. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861 (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method)
  640. {
  641. static bool s_Il2CppMethodInitialized;
  642. if (!s_Il2CppMethodInitialized)
  643. {
  644. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  645. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  646. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766_RuntimeMethod_var);
  647. s_Il2CppMethodInitialized = true;
  648. }
  649. {
  650. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_0 = __this->___formLoadCallback;
  651. if (!L_0)
  652. {
  653. goto IL_001c;
  654. }
  655. }
  656. {
  657. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  658. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, __this, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766_RuntimeMethod_var), NULL);
  659. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  660. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_1, NULL);
  661. }
  662. IL_001c:
  663. {
  664. return;
  665. }
  666. }
  667. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953 (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  668. {
  669. static bool s_Il2CppMethodInitialized;
  670. if (!s_Il2CppMethodInitialized)
  671. {
  672. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  673. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  674. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5_RuntimeMethod_var);
  675. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3_il2cpp_TypeInfo_var);
  676. s_Il2CppMethodInitialized = true;
  677. }
  678. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* V_0 = NULL;
  679. {
  680. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_0 = (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3*)il2cpp_codegen_object_new(U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3_il2cpp_TypeInfo_var);
  681. U3CLoadU3Ec__AnonStorey1__ctor_m4230348DB164723CA9736F7188B2824F682C03E6(L_0, NULL);
  682. V_0 = L_0;
  683. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_1 = V_0;
  684. NullCheck(L_1);
  685. L_1->___U3CU3Ef__refU240 = __this;
  686. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU240), (void*)__this);
  687. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_2 = V_0;
  688. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  689. NullCheck(L_2);
  690. L_2->___error = L_3;
  691. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  692. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_4 = __this->___formLoadCallback;
  693. if (!L_4)
  694. {
  695. goto IL_0030;
  696. }
  697. }
  698. {
  699. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_5 = V_0;
  700. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  701. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5_RuntimeMethod_var), NULL);
  702. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  703. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  704. }
  705. IL_0030:
  706. {
  707. return;
  708. }
  709. }
  710. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766 (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method)
  711. {
  712. static bool s_Il2CppMethodInitialized;
  713. if (!s_Il2CppMethodInitialized)
  714. {
  715. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF_il2cpp_TypeInfo_var);
  716. s_Il2CppMethodInitialized = true;
  717. }
  718. {
  719. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_0 = __this->___formLoadCallback;
  720. RuntimeObject* L_1 = __this->___client;
  721. ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* L_2 = (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF*)il2cpp_codegen_object_new(ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF_il2cpp_TypeInfo_var);
  722. ConsentForm__ctor_m7E621E44264000847F539870184EB3230EDFEF41(L_2, L_1, NULL);
  723. NullCheck(L_0);
  724. Action_2_Invoke_mD12E1AE2987FA9B92D6566FA260B000A58911A93_inline(L_0, L_2, (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*)NULL, NULL);
  725. return;
  726. }
  727. }
  728. #ifdef __clang__
  729. #pragma clang diagnostic pop
  730. #endif
  731. #ifdef __clang__
  732. #pragma clang diagnostic push
  733. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  734. #pragma clang diagnostic ignored "-Wunused-variable"
  735. #endif
  736. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey1__ctor_m4230348DB164723CA9736F7188B2824F682C03E6 (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* __this, const RuntimeMethod* method)
  737. {
  738. {
  739. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  740. return;
  741. }
  742. }
  743. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5 (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* __this, const RuntimeMethod* method)
  744. {
  745. {
  746. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_0 = __this->___U3CU3Ef__refU240;
  747. NullCheck(L_0);
  748. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_1 = L_0->___formLoadCallback;
  749. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  750. NullCheck(L_1);
  751. Action_2_Invoke_mD12E1AE2987FA9B92D6566FA260B000A58911A93_inline(L_1, (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF*)NULL, L_2, NULL);
  752. return;
  753. }
  754. }
  755. #ifdef __clang__
  756. #pragma clang diagnostic pop
  757. #endif
  758. #ifdef __clang__
  759. #pragma clang diagnostic push
  760. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  761. #pragma clang diagnostic ignored "-Wunused-variable"
  762. #endif
  763. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey2__ctor_mBF5A9EEF097D451C3E43D1DD81954354DB60A7DC (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* __this, const RuntimeMethod* method)
  764. {
  765. {
  766. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  767. return;
  768. }
  769. }
  770. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85 (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  771. {
  772. static bool s_Il2CppMethodInitialized;
  773. if (!s_Il2CppMethodInitialized)
  774. {
  775. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  776. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  777. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11_RuntimeMethod_var);
  778. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093_il2cpp_TypeInfo_var);
  779. s_Il2CppMethodInitialized = true;
  780. }
  781. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* V_0 = NULL;
  782. {
  783. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_0 = (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093*)il2cpp_codegen_object_new(U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093_il2cpp_TypeInfo_var);
  784. U3CShowU3Ec__AnonStorey3__ctor_m5DFC2C2D5962E76339884182F9CB77D9FADAF06F(L_0, NULL);
  785. V_0 = L_0;
  786. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_1 = V_0;
  787. NullCheck(L_1);
  788. L_1->___U3CU3Ef__refU242 = __this;
  789. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU242), (void*)__this);
  790. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_2 = V_0;
  791. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  792. NullCheck(L_2);
  793. L_2->___error = L_3;
  794. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  795. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___onDismissed;
  796. if (!L_4)
  797. {
  798. goto IL_0030;
  799. }
  800. }
  801. {
  802. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_5 = V_0;
  803. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  804. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11_RuntimeMethod_var), NULL);
  805. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  806. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  807. }
  808. IL_0030:
  809. {
  810. return;
  811. }
  812. }
  813. #ifdef __clang__
  814. #pragma clang diagnostic pop
  815. #endif
  816. #ifdef __clang__
  817. #pragma clang diagnostic push
  818. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  819. #pragma clang diagnostic ignored "-Wunused-variable"
  820. #endif
  821. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey3__ctor_m5DFC2C2D5962E76339884182F9CB77D9FADAF06F (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* __this, const RuntimeMethod* method)
  822. {
  823. {
  824. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  825. return;
  826. }
  827. }
  828. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11 (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* __this, const RuntimeMethod* method)
  829. {
  830. {
  831. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_0 = __this->___U3CU3Ef__refU242;
  832. NullCheck(L_0);
  833. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___onDismissed;
  834. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  835. NullCheck(L_1);
  836. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  837. return;
  838. }
  839. }
  840. #ifdef __clang__
  841. #pragma clang diagnostic pop
  842. #endif
  843. #ifdef __clang__
  844. #pragma clang diagnostic push
  845. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  846. #pragma clang diagnostic ignored "-Wunused-variable"
  847. #endif
  848. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4__ctor_mE45A0A9398600143C1464EB94438B1036EAC67C6 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* __this, const RuntimeMethod* method)
  849. {
  850. {
  851. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  852. return;
  853. }
  854. }
  855. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  856. {
  857. static bool s_Il2CppMethodInitialized;
  858. if (!s_Il2CppMethodInitialized)
  859. {
  860. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  861. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  862. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7_RuntimeMethod_var);
  863. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905_il2cpp_TypeInfo_var);
  864. s_Il2CppMethodInitialized = true;
  865. }
  866. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* V_0 = NULL;
  867. {
  868. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_0 = (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905*)il2cpp_codegen_object_new(U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905_il2cpp_TypeInfo_var);
  869. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5__ctor_m908558CBA54C8832450D791A82F0167A1F327030(L_0, NULL);
  870. V_0 = L_0;
  871. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_1 = V_0;
  872. NullCheck(L_1);
  873. L_1->___U3CU3Ef__refU244 = __this;
  874. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU244), (void*)__this);
  875. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_2 = V_0;
  876. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  877. NullCheck(L_2);
  878. L_2->___error = L_3;
  879. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  880. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___onDismissed;
  881. if (!L_4)
  882. {
  883. goto IL_0030;
  884. }
  885. }
  886. {
  887. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_5 = V_0;
  888. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  889. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7_RuntimeMethod_var), NULL);
  890. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  891. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  892. }
  893. IL_0030:
  894. {
  895. return;
  896. }
  897. }
  898. #ifdef __clang__
  899. #pragma clang diagnostic pop
  900. #endif
  901. #ifdef __clang__
  902. #pragma clang diagnostic push
  903. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  904. #pragma clang diagnostic ignored "-Wunused-variable"
  905. #endif
  906. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5__ctor_m908558CBA54C8832450D791A82F0167A1F327030 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* __this, const RuntimeMethod* method)
  907. {
  908. {
  909. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  910. return;
  911. }
  912. }
  913. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* __this, const RuntimeMethod* method)
  914. {
  915. {
  916. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_0 = __this->___U3CU3Ef__refU244;
  917. NullCheck(L_0);
  918. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___onDismissed;
  919. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  920. NullCheck(L_1);
  921. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  922. return;
  923. }
  924. }
  925. #ifdef __clang__
  926. #pragma clang diagnostic pop
  927. #endif
  928. #ifdef __clang__
  929. #pragma clang diagnostic push
  930. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  931. #pragma clang diagnostic ignored "-Wunused-variable"
  932. #endif
  933. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey6__ctor_mCD98BD24D284CCCE14416ECDD9C2CFE9C93D4C5C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* __this, const RuntimeMethod* method)
  934. {
  935. {
  936. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  937. return;
  938. }
  939. }
  940. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  941. {
  942. static bool s_Il2CppMethodInitialized;
  943. if (!s_Il2CppMethodInitialized)
  944. {
  945. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  946. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  947. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1_RuntimeMethod_var);
  948. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA_il2cpp_TypeInfo_var);
  949. s_Il2CppMethodInitialized = true;
  950. }
  951. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* V_0 = NULL;
  952. {
  953. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_0 = (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA*)il2cpp_codegen_object_new(U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA_il2cpp_TypeInfo_var);
  954. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7__ctor_m9EA7D19E552C857583B89211FC44D18C7F75D75C(L_0, NULL);
  955. V_0 = L_0;
  956. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_1 = V_0;
  957. NullCheck(L_1);
  958. L_1->___U3CU3Ef__refU246 = __this;
  959. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU246), (void*)__this);
  960. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_2 = V_0;
  961. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  962. NullCheck(L_2);
  963. L_2->___error = L_3;
  964. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  965. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___onDismissed;
  966. if (!L_4)
  967. {
  968. goto IL_0030;
  969. }
  970. }
  971. {
  972. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_5 = V_0;
  973. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  974. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1_RuntimeMethod_var), NULL);
  975. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  976. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  977. }
  978. IL_0030:
  979. {
  980. return;
  981. }
  982. }
  983. #ifdef __clang__
  984. #pragma clang diagnostic pop
  985. #endif
  986. #ifdef __clang__
  987. #pragma clang diagnostic push
  988. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  989. #pragma clang diagnostic ignored "-Wunused-variable"
  990. #endif
  991. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey7__ctor_m9EA7D19E552C857583B89211FC44D18C7F75D75C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* __this, const RuntimeMethod* method)
  992. {
  993. {
  994. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  995. return;
  996. }
  997. }
  998. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1 (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* __this, const RuntimeMethod* method)
  999. {
  1000. {
  1001. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_0 = __this->___U3CU3Ef__refU246;
  1002. NullCheck(L_0);
  1003. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___onDismissed;
  1004. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  1005. NullCheck(L_1);
  1006. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  1007. return;
  1008. }
  1009. }
  1010. #ifdef __clang__
  1011. #pragma clang diagnostic pop
  1012. #endif
  1013. #ifdef __clang__
  1014. #pragma clang diagnostic push
  1015. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1016. #pragma clang diagnostic ignored "-Wunused-variable"
  1017. #endif
  1018. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation__ctor_m4AAE892486EE0F86EC031392CBAD7B3EBC65623A (ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3* __this, const RuntimeMethod* method)
  1019. {
  1020. {
  1021. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1022. return;
  1023. }
  1024. }
  1025. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6 (const RuntimeMethod* method)
  1026. {
  1027. static bool s_Il2CppMethodInitialized;
  1028. if (!s_Il2CppMethodInitialized)
  1029. {
  1030. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var);
  1031. s_Il2CppMethodInitialized = true;
  1032. }
  1033. {
  1034. RuntimeObject* L_0 = ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory;
  1035. if (L_0)
  1036. {
  1037. goto IL_0014;
  1038. }
  1039. }
  1040. {
  1041. RuntimeObject* L_1;
  1042. L_1 = Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409(NULL);
  1043. ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory = L_1;
  1044. Il2CppCodeGenWriteBarrier((void**)(&((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory), (void*)L_1);
  1045. }
  1046. IL_0014:
  1047. {
  1048. RuntimeObject* L_2 = ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory;
  1049. return L_2;
  1050. }
  1051. }
  1052. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation_set_ClientFactory_mAAB3100B64265BF4448A1B1F68162F21F837749A (RuntimeObject* ___0_value, const RuntimeMethod* method)
  1053. {
  1054. static bool s_Il2CppMethodInitialized;
  1055. if (!s_Il2CppMethodInitialized)
  1056. {
  1057. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var);
  1058. s_Il2CppMethodInitialized = true;
  1059. }
  1060. {
  1061. RuntimeObject* L_0 = ___0_value;
  1062. ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory = L_0;
  1063. Il2CppCodeGenWriteBarrier((void**)(&((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory), (void*)L_0);
  1064. return;
  1065. }
  1066. }
  1067. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsentInformation_get_ConsentStatus_m0FD7B16BCB11F667C11CA56AB894BFFFDB12656D (const RuntimeMethod* method)
  1068. {
  1069. static bool s_Il2CppMethodInitialized;
  1070. if (!s_Il2CppMethodInitialized)
  1071. {
  1072. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1073. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1074. s_Il2CppMethodInitialized = true;
  1075. }
  1076. RuntimeObject* V_0 = NULL;
  1077. {
  1078. RuntimeObject* L_0;
  1079. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1080. NullCheck(L_0);
  1081. RuntimeObject* L_1;
  1082. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1083. V_0 = L_1;
  1084. RuntimeObject* L_2 = V_0;
  1085. NullCheck(L_2);
  1086. int32_t L_3;
  1087. L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1088. return (int32_t)(L_3);
  1089. }
  1090. }
  1091. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsentInformation_get_PrivacyOptionsRequirementStatus_mEE6C200C91191B55BE9328333D8D714718B6D110 (const RuntimeMethod* method)
  1092. {
  1093. static bool s_Il2CppMethodInitialized;
  1094. if (!s_Il2CppMethodInitialized)
  1095. {
  1096. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1097. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1098. s_Il2CppMethodInitialized = true;
  1099. }
  1100. RuntimeObject* V_0 = NULL;
  1101. {
  1102. RuntimeObject* L_0;
  1103. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1104. NullCheck(L_0);
  1105. RuntimeObject* L_1;
  1106. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1107. V_0 = L_1;
  1108. RuntimeObject* L_2 = V_0;
  1109. NullCheck(L_2);
  1110. int32_t L_3;
  1111. L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(3, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1112. return (int32_t)(L_3);
  1113. }
  1114. }
  1115. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation_Update_m77C30ED8853B66168D77E0F02666360C78671046 (ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516* ___0_request, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___1_consentInfoUpdateCallback, const RuntimeMethod* method)
  1116. {
  1117. static bool s_Il2CppMethodInitialized;
  1118. if (!s_Il2CppMethodInitialized)
  1119. {
  1120. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  1121. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1122. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1123. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1124. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57_RuntimeMethod_var);
  1125. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC_RuntimeMethod_var);
  1126. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D_il2cpp_TypeInfo_var);
  1127. s_Il2CppMethodInitialized = true;
  1128. }
  1129. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* V_0 = NULL;
  1130. RuntimeObject* V_1 = NULL;
  1131. {
  1132. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_0 = (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D*)il2cpp_codegen_object_new(U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D_il2cpp_TypeInfo_var);
  1133. U3CUpdateU3Ec__AnonStorey0__ctor_m3525CFA3A371A63BCAF453F55D8BCC95E94D4C3C(L_0, NULL);
  1134. V_0 = L_0;
  1135. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_1 = V_0;
  1136. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___1_consentInfoUpdateCallback;
  1137. NullCheck(L_1);
  1138. L_1->___consentInfoUpdateCallback = L_2;
  1139. Il2CppCodeGenWriteBarrier((void**)(&L_1->___consentInfoUpdateCallback), (void*)L_2);
  1140. RuntimeObject* L_3;
  1141. L_3 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1142. NullCheck(L_3);
  1143. RuntimeObject* L_4;
  1144. L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_3);
  1145. V_1 = L_4;
  1146. RuntimeObject* L_5 = V_1;
  1147. ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516* L_6 = ___0_request;
  1148. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_7 = V_0;
  1149. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1150. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_7, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57_RuntimeMethod_var), NULL);
  1151. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_9 = V_0;
  1152. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_10 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  1153. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_10, L_9, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC_RuntimeMethod_var), NULL);
  1154. NullCheck(L_5);
  1155. InterfaceActionInvoker3< ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(1, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_5, L_6, L_8, L_10);
  1156. return;
  1157. }
  1158. }
  1159. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsentInformation_CanRequestAds_m7417C9A869670EBB8E9EA1B055FA959D5630C1E9 (const RuntimeMethod* method)
  1160. {
  1161. static bool s_Il2CppMethodInitialized;
  1162. if (!s_Il2CppMethodInitialized)
  1163. {
  1164. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1165. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1166. s_Il2CppMethodInitialized = true;
  1167. }
  1168. RuntimeObject* V_0 = NULL;
  1169. {
  1170. RuntimeObject* L_0;
  1171. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1172. NullCheck(L_0);
  1173. RuntimeObject* L_1;
  1174. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1175. V_0 = L_1;
  1176. RuntimeObject* L_2 = V_0;
  1177. NullCheck(L_2);
  1178. bool L_3;
  1179. L_3 = InterfaceFuncInvoker0< bool >::Invoke(4, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1180. return L_3;
  1181. }
  1182. }
  1183. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation_Reset_mB83967662435D6A76D49F22DEB2BEAFC4C6512DE (const RuntimeMethod* method)
  1184. {
  1185. static bool s_Il2CppMethodInitialized;
  1186. if (!s_Il2CppMethodInitialized)
  1187. {
  1188. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1189. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1190. s_Il2CppMethodInitialized = true;
  1191. }
  1192. RuntimeObject* V_0 = NULL;
  1193. {
  1194. RuntimeObject* L_0;
  1195. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1196. NullCheck(L_0);
  1197. RuntimeObject* L_1;
  1198. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1199. V_0 = L_1;
  1200. RuntimeObject* L_2 = V_0;
  1201. NullCheck(L_2);
  1202. InterfaceActionInvoker0::Invoke(0, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1203. return;
  1204. }
  1205. }
  1206. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsentInformation_IsConsentFormAvailable_m55FB09EEC81648619F52F648D75AA6DBAC5B6ECE (const RuntimeMethod* method)
  1207. {
  1208. static bool s_Il2CppMethodInitialized;
  1209. if (!s_Il2CppMethodInitialized)
  1210. {
  1211. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1212. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1213. s_Il2CppMethodInitialized = true;
  1214. }
  1215. RuntimeObject* V_0 = NULL;
  1216. {
  1217. RuntimeObject* L_0;
  1218. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1219. NullCheck(L_0);
  1220. RuntimeObject* L_1;
  1221. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1222. V_0 = L_1;
  1223. RuntimeObject* L_2 = V_0;
  1224. NullCheck(L_2);
  1225. bool L_3;
  1226. L_3 = InterfaceFuncInvoker0< bool >::Invoke(5, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1227. return L_3;
  1228. }
  1229. }
  1230. #ifdef __clang__
  1231. #pragma clang diagnostic pop
  1232. #endif
  1233. #ifdef __clang__
  1234. #pragma clang diagnostic push
  1235. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1236. #pragma clang diagnostic ignored "-Wunused-variable"
  1237. #endif
  1238. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0__ctor_m3525CFA3A371A63BCAF453F55D8BCC95E94D4C3C (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method)
  1239. {
  1240. {
  1241. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1242. return;
  1243. }
  1244. }
  1245. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57 (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method)
  1246. {
  1247. static bool s_Il2CppMethodInitialized;
  1248. if (!s_Il2CppMethodInitialized)
  1249. {
  1250. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1251. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1252. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD_RuntimeMethod_var);
  1253. s_Il2CppMethodInitialized = true;
  1254. }
  1255. {
  1256. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_0 = __this->___consentInfoUpdateCallback;
  1257. if (!L_0)
  1258. {
  1259. goto IL_001c;
  1260. }
  1261. }
  1262. {
  1263. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1264. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, __this, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD_RuntimeMethod_var), NULL);
  1265. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1266. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_1, NULL);
  1267. }
  1268. IL_001c:
  1269. {
  1270. return;
  1271. }
  1272. }
  1273. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  1274. {
  1275. static bool s_Il2CppMethodInitialized;
  1276. if (!s_Il2CppMethodInitialized)
  1277. {
  1278. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1279. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1280. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF_RuntimeMethod_var);
  1281. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7_il2cpp_TypeInfo_var);
  1282. s_Il2CppMethodInitialized = true;
  1283. }
  1284. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* V_0 = NULL;
  1285. {
  1286. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_0 = (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7*)il2cpp_codegen_object_new(U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7_il2cpp_TypeInfo_var);
  1287. U3CUpdateU3Ec__AnonStorey1__ctor_mCE49B6C8A8E97FDC7FDA2642E82FEAE6BD1BDF68(L_0, NULL);
  1288. V_0 = L_0;
  1289. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_1 = V_0;
  1290. NullCheck(L_1);
  1291. L_1->___U3CU3Ef__refU240 = __this;
  1292. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU240), (void*)__this);
  1293. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_2 = V_0;
  1294. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  1295. NullCheck(L_2);
  1296. L_2->___error = L_3;
  1297. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  1298. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___consentInfoUpdateCallback;
  1299. if (!L_4)
  1300. {
  1301. goto IL_0030;
  1302. }
  1303. }
  1304. {
  1305. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_5 = V_0;
  1306. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1307. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF_RuntimeMethod_var), NULL);
  1308. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1309. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  1310. }
  1311. IL_0030:
  1312. {
  1313. return;
  1314. }
  1315. }
  1316. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method)
  1317. {
  1318. {
  1319. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_0 = __this->___consentInfoUpdateCallback;
  1320. NullCheck(L_0);
  1321. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_0, (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*)NULL, NULL);
  1322. return;
  1323. }
  1324. }
  1325. #ifdef __clang__
  1326. #pragma clang diagnostic pop
  1327. #endif
  1328. #ifdef __clang__
  1329. #pragma clang diagnostic push
  1330. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1331. #pragma clang diagnostic ignored "-Wunused-variable"
  1332. #endif
  1333. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey1__ctor_mCE49B6C8A8E97FDC7FDA2642E82FEAE6BD1BDF68 (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* __this, const RuntimeMethod* method)
  1334. {
  1335. {
  1336. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1337. return;
  1338. }
  1339. }
  1340. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* __this, const RuntimeMethod* method)
  1341. {
  1342. {
  1343. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_0 = __this->___U3CU3Ef__refU240;
  1344. NullCheck(L_0);
  1345. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___consentInfoUpdateCallback;
  1346. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  1347. NullCheck(L_1);
  1348. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  1349. return;
  1350. }
  1351. }
  1352. #ifdef __clang__
  1353. #pragma clang diagnostic pop
  1354. #endif
  1355. #ifdef __clang__
  1356. #pragma clang diagnostic push
  1357. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1358. #pragma clang diagnostic ignored "-Wunused-variable"
  1359. #endif
  1360. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentDebugSettings__ctor_m55A234F30D3B678E063DFBB6B9D838DC5768744D (ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6* __this, const RuntimeMethod* method)
  1361. {
  1362. static bool s_Il2CppMethodInitialized;
  1363. if (!s_Il2CppMethodInitialized)
  1364. {
  1365. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
  1366. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
  1367. s_Il2CppMethodInitialized = true;
  1368. }
  1369. {
  1370. List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
  1371. List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_0, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
  1372. __this->___TestDeviceHashedIds = L_0;
  1373. Il2CppCodeGenWriteBarrier((void**)(&__this->___TestDeviceHashedIds), (void*)L_0);
  1374. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1375. return;
  1376. }
  1377. }
  1378. #ifdef __clang__
  1379. #pragma clang diagnostic pop
  1380. #endif
  1381. #ifdef __clang__
  1382. #pragma clang diagnostic push
  1383. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1384. #pragma clang diagnostic ignored "-Wunused-variable"
  1385. #endif
  1386. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentRequestParameters__ctor_mB689D636424571F47A023696E0916A769EE1EC5C (ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516* __this, const RuntimeMethod* method)
  1387. {
  1388. static bool s_Il2CppMethodInitialized;
  1389. if (!s_Il2CppMethodInitialized)
  1390. {
  1391. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6_il2cpp_TypeInfo_var);
  1392. s_Il2CppMethodInitialized = true;
  1393. }
  1394. {
  1395. ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6* L_0 = (ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6*)il2cpp_codegen_object_new(ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6_il2cpp_TypeInfo_var);
  1396. ConsentDebugSettings__ctor_m55A234F30D3B678E063DFBB6B9D838DC5768744D(L_0, NULL);
  1397. __this->___ConsentDebugSettings = L_0;
  1398. Il2CppCodeGenWriteBarrier((void**)(&__this->___ConsentDebugSettings), (void*)L_0);
  1399. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1400. return;
  1401. }
  1402. }
  1403. #ifdef __clang__
  1404. #pragma clang diagnostic pop
  1405. #endif
  1406. #ifdef __clang__
  1407. #pragma clang diagnostic push
  1408. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1409. #pragma clang diagnostic ignored "-Wunused-variable"
  1410. #endif
  1411. #ifdef __clang__
  1412. #pragma clang diagnostic pop
  1413. #endif
  1414. #ifdef __clang__
  1415. #pragma clang diagnostic push
  1416. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1417. #pragma clang diagnostic ignored "-Wunused-variable"
  1418. #endif
  1419. #ifdef __clang__
  1420. #pragma clang diagnostic pop
  1421. #endif
  1422. #ifdef __clang__
  1423. #pragma clang diagnostic push
  1424. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1425. #pragma clang diagnostic ignored "-Wunused-variable"
  1426. #endif
  1427. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormError__ctor_m74D2F9BD01E242B45657155A11219192DF02A8A7 (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, int32_t ___0_errorCode, String_t* ___1_message, const RuntimeMethod* method)
  1428. {
  1429. {
  1430. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1431. int32_t L_0 = ___0_errorCode;
  1432. FormError_set_ErrorCode_mCC38EFF4FB071A3DA5B2E0D0F77A527E1D5B5426_inline(__this, L_0, NULL);
  1433. String_t* L_1 = ___1_message;
  1434. FormError_set_Message_mA6F54ADCA0D8A37C7CBD0A68B213AAE392BA8F1F_inline(__this, L_1, NULL);
  1435. return;
  1436. }
  1437. }
  1438. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FormError_get_ErrorCode_m56DA072ADC0AC19C1684477D7262DD62E532A946 (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, const RuntimeMethod* method)
  1439. {
  1440. {
  1441. int32_t L_0 = __this->___U3CErrorCodeU3Ek__BackingField;
  1442. return L_0;
  1443. }
  1444. }
  1445. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormError_set_ErrorCode_mCC38EFF4FB071A3DA5B2E0D0F77A527E1D5B5426 (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, int32_t ___0_value, const RuntimeMethod* method)
  1446. {
  1447. {
  1448. int32_t L_0 = ___0_value;
  1449. __this->___U3CErrorCodeU3Ek__BackingField = L_0;
  1450. return;
  1451. }
  1452. }
  1453. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormError_get_Message_mF77BE1DEF78A279C9B197AFF203EA2E014E952F7 (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, const RuntimeMethod* method)
  1454. {
  1455. {
  1456. String_t* L_0 = __this->___U3CMessageU3Ek__BackingField;
  1457. return L_0;
  1458. }
  1459. }
  1460. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormError_set_Message_mA6F54ADCA0D8A37C7CBD0A68B213AAE392BA8F1F (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, String_t* ___0_value, const RuntimeMethod* method)
  1461. {
  1462. {
  1463. String_t* L_0 = ___0_value;
  1464. __this->___U3CMessageU3Ek__BackingField = L_0;
  1465. Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMessageU3Ek__BackingField), (void*)L_0);
  1466. return;
  1467. }
  1468. }
  1469. #ifdef __clang__
  1470. #pragma clang diagnostic pop
  1471. #endif
  1472. #ifdef __clang__
  1473. #pragma clang diagnostic push
  1474. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1475. #pragma clang diagnostic ignored "-Wunused-variable"
  1476. #endif
  1477. #ifdef __clang__
  1478. #pragma clang diagnostic pop
  1479. #endif
  1480. #ifdef __clang__
  1481. #pragma clang diagnostic push
  1482. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1483. #pragma clang diagnostic ignored "-Wunused-variable"
  1484. #endif
  1485. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utils__ctor_mAE90DD551BBEFCA5F13B374F88688158B7C1BACC (Utils_t2CF23FFC5ED202531D5A300162B6AD7CCF89B94D* __this, const RuntimeMethod* method)
  1486. {
  1487. {
  1488. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1489. return;
  1490. }
  1491. }
  1492. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409 (const RuntimeMethod* method)
  1493. {
  1494. static bool s_Il2CppMethodInitialized;
  1495. if (!s_Il2CppMethodInitialized)
  1496. {
  1497. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
  1498. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1499. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var);
  1500. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
  1501. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409_RuntimeMethod_var);
  1502. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87D3D808CD24C33F1425FFDE4A0710FC4BBC9C19);
  1503. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4186B0B875F8115D04109741D50C304CE9A671F);
  1504. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE707B37FA85D7F3FB6BF6DA486F7250D62EBC726);
  1505. s_Il2CppMethodInitialized = true;
  1506. }
  1507. String_t* V_0 = NULL;
  1508. Type_t* V_1 = NULL;
  1509. {
  1510. V_0 = (String_t*)NULL;
  1511. il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
  1512. int32_t L_0;
  1513. L_0 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
  1514. if ((!(((uint32_t)L_0) == ((uint32_t)8))))
  1515. {
  1516. goto IL_0018;
  1517. }
  1518. }
  1519. {
  1520. V_0 = _stringLiteral87D3D808CD24C33F1425FFDE4A0710FC4BBC9C19;
  1521. goto IL_0035;
  1522. }
  1523. IL_0018:
  1524. {
  1525. il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
  1526. int32_t L_1;
  1527. L_1 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
  1528. if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11)))))
  1529. {
  1530. goto IL_002f;
  1531. }
  1532. }
  1533. {
  1534. V_0 = _stringLiteralE4186B0B875F8115D04109741D50C304CE9A671F;
  1535. goto IL_0035;
  1536. }
  1537. IL_002f:
  1538. {
  1539. V_0 = _stringLiteralE707B37FA85D7F3FB6BF6DA486F7250D62EBC726;
  1540. }
  1541. IL_0035:
  1542. {
  1543. String_t* L_2 = V_0;
  1544. il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
  1545. Type_t* L_3;
  1546. L_3 = il2cpp_codegen_get_type(L_2, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409_RuntimeMethod_var);
  1547. V_1 = L_3;
  1548. Type_t* L_4 = V_1;
  1549. RuntimeObject* L_5;
  1550. L_5 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_4, NULL);
  1551. return ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var));
  1552. }
  1553. }
  1554. #ifdef __clang__
  1555. #pragma clang diagnostic pop
  1556. #endif
  1557. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormError_set_ErrorCode_mCC38EFF4FB071A3DA5B2E0D0F77A527E1D5B5426_inline (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, int32_t ___0_value, const RuntimeMethod* method)
  1558. {
  1559. {
  1560. int32_t L_0 = ___0_value;
  1561. __this->___U3CErrorCodeU3Ek__BackingField = L_0;
  1562. return;
  1563. }
  1564. }
  1565. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormError_set_Message_mA6F54ADCA0D8A37C7CBD0A68B213AAE392BA8F1F_inline (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* __this, String_t* ___0_value, const RuntimeMethod* method)
  1566. {
  1567. {
  1568. String_t* L_0 = ___0_value;
  1569. __this->___U3CMessageU3Ek__BackingField = L_0;
  1570. Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMessageU3Ek__BackingField), (void*)L_0);
  1571. return;
  1572. }
  1573. }
  1574. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method)
  1575. {
  1576. typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
  1577. ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method));
  1578. }
  1579. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
  1580. {
  1581. typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
  1582. ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method));
  1583. }