暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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 List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
  408. 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) ;
  409. 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) ;
  410. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
  411. inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
  412. {
  413. (( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
  414. }
  415. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
  416. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0__ctor_m5D157B75B884DF130C17084209BA0045F3BB4B3F (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method) ;
  417. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6 (const RuntimeMethod* method) ;
  418. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
  419. inline void Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
  420. {
  421. (( void (*) (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
  422. }
  423. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey2__ctor_mBF5A9EEF097D451C3E43D1DD81954354DB60A7DC (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* __this, const RuntimeMethod* method) ;
  424. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4__ctor_mE45A0A9398600143C1464EB94438B1036EAC67C6 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* __this, const RuntimeMethod* method) ;
  425. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey6__ctor_mCD98BD24D284CCCE14416ECDD9C2CFE9C93D4C5C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* __this, const RuntimeMethod* method) ;
  426. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_action, const RuntimeMethod* method) ;
  427. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey1__ctor_m4230348DB164723CA9736F7188B2824F682C03E6 (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* __this, const RuntimeMethod* method) ;
  428. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm__ctor_m7E621E44264000847F539870184EB3230EDFEF41 (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* __this, RuntimeObject* ___0_client, const RuntimeMethod* method) ;
  429. inline void Action_2_Invoke_mD12E1AE2987FA9B92D6566FA260B000A58911A93_inline (Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* __this, ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* ___0_arg1, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___1_arg2, const RuntimeMethod* method)
  430. {
  431. (( void (*) (Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF*, ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF*, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*, const RuntimeMethod*))Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline)(__this, ___0_arg1, ___1_arg2, method);
  432. }
  433. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey3__ctor_m5DFC2C2D5962E76339884182F9CB77D9FADAF06F (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* __this, const RuntimeMethod* method) ;
  434. inline void Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_obj, const RuntimeMethod* method)
  435. {
  436. (( void (*) (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*, const RuntimeMethod*))Action_1_Invoke_mF2422B2DD29F74CE66F791C3F68E288EC7C3DB9E_gshared_inline)(__this, ___0_obj, method);
  437. }
  438. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5__ctor_m908558CBA54C8832450D791A82F0167A1F327030 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* __this, const RuntimeMethod* method) ;
  439. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey7__ctor_m9EA7D19E552C857583B89211FC44D18C7F75D75C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* __this, const RuntimeMethod* method) ;
  440. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409 (const RuntimeMethod* method) ;
  441. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0__ctor_m3525CFA3A371A63BCAF453F55D8BCC95E94D4C3C (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method) ;
  442. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey1__ctor_mCE49B6C8A8E97FDC7FDA2642E82FEAE6BD1BDF68 (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* __this, const RuntimeMethod* method) ;
  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 ConsentDebugSettings__ctor_m55A234F30D3B678E063DFBB6B9D838DC5768744D (ConsentDebugSettings_t21BCD70B1E4DB762E04807E88E78285CC51370C6* __this, const RuntimeMethod* method)
  462. {
  463. static bool s_Il2CppMethodInitialized;
  464. if (!s_Il2CppMethodInitialized)
  465. {
  466. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
  467. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
  468. s_Il2CppMethodInitialized = true;
  469. }
  470. {
  471. List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
  472. List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_0, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
  473. __this->___TestDeviceHashedIds = L_0;
  474. Il2CppCodeGenWriteBarrier((void**)(&__this->___TestDeviceHashedIds), (void*)L_0);
  475. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  476. return;
  477. }
  478. }
  479. #ifdef __clang__
  480. #pragma clang diagnostic pop
  481. #endif
  482. #ifdef __clang__
  483. #pragma clang diagnostic push
  484. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  485. #pragma clang diagnostic ignored "-Wunused-variable"
  486. #endif
  487. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm__ctor_m7E621E44264000847F539870184EB3230EDFEF41 (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* __this, RuntimeObject* ___0_client, const RuntimeMethod* method)
  488. {
  489. {
  490. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  491. RuntimeObject* L_0 = ___0_client;
  492. __this->____client = L_0;
  493. Il2CppCodeGenWriteBarrier((void**)(&__this->____client), (void*)L_0);
  494. return;
  495. }
  496. }
  497. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_Load_mAB879496A1456226F52B4CE47B53975BB4ED5656 (Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* ___0_formLoadCallback, const RuntimeMethod* method)
  498. {
  499. static bool s_Il2CppMethodInitialized;
  500. if (!s_Il2CppMethodInitialized)
  501. {
  502. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  503. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  504. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  505. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  506. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861_RuntimeMethod_var);
  507. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953_RuntimeMethod_var);
  508. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012_il2cpp_TypeInfo_var);
  509. s_Il2CppMethodInitialized = true;
  510. }
  511. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* V_0 = NULL;
  512. {
  513. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_0 = (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012*)il2cpp_codegen_object_new(U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012_il2cpp_TypeInfo_var);
  514. U3CLoadU3Ec__AnonStorey0__ctor_m5D157B75B884DF130C17084209BA0045F3BB4B3F(L_0, NULL);
  515. V_0 = L_0;
  516. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_1 = V_0;
  517. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_2 = ___0_formLoadCallback;
  518. NullCheck(L_1);
  519. L_1->___formLoadCallback = L_2;
  520. Il2CppCodeGenWriteBarrier((void**)(&L_1->___formLoadCallback), (void*)L_2);
  521. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_3 = V_0;
  522. RuntimeObject* L_4;
  523. L_4 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  524. NullCheck(L_4);
  525. RuntimeObject* L_5;
  526. L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_4);
  527. NullCheck(L_3);
  528. L_3->___client = L_5;
  529. Il2CppCodeGenWriteBarrier((void**)(&L_3->___client), (void*)L_5);
  530. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_6 = V_0;
  531. NullCheck(L_6);
  532. RuntimeObject* L_7 = L_6->___client;
  533. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_8 = V_0;
  534. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  535. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_9, L_8, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861_RuntimeMethod_var), NULL);
  536. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_10 = V_0;
  537. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_11 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  538. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_11, L_10, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953_RuntimeMethod_var), NULL);
  539. NullCheck(L_7);
  540. InterfaceActionInvoker2< Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(0, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_7, L_9, L_11);
  541. return;
  542. }
  543. }
  544. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_Show_m4B7187A682576C0A936E602958AFEDB712583C24 (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* __this, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___0_onDismissed, const RuntimeMethod* method)
  545. {
  546. static bool s_Il2CppMethodInitialized;
  547. if (!s_Il2CppMethodInitialized)
  548. {
  549. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  550. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  551. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85_RuntimeMethod_var);
  552. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927_il2cpp_TypeInfo_var);
  553. s_Il2CppMethodInitialized = true;
  554. }
  555. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* V_0 = NULL;
  556. {
  557. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_0 = (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927*)il2cpp_codegen_object_new(U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927_il2cpp_TypeInfo_var);
  558. U3CShowU3Ec__AnonStorey2__ctor_mBF5A9EEF097D451C3E43D1DD81954354DB60A7DC(L_0, NULL);
  559. V_0 = L_0;
  560. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_1 = V_0;
  561. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___0_onDismissed;
  562. NullCheck(L_1);
  563. L_1->___onDismissed = L_2;
  564. Il2CppCodeGenWriteBarrier((void**)(&L_1->___onDismissed), (void*)L_2);
  565. RuntimeObject* L_3 = __this->____client;
  566. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_4 = V_0;
  567. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_5 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  568. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_5, L_4, (intptr_t)((void*)U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85_RuntimeMethod_var), NULL);
  569. NullCheck(L_3);
  570. InterfaceActionInvoker1< Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(1, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_3, L_5);
  571. return;
  572. }
  573. }
  574. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_LoadAndShowConsentFormIfRequired_m53C2AC74AD02BC39BBC5F0850052013D5821B558 (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___0_onDismissed, const RuntimeMethod* method)
  575. {
  576. static bool s_Il2CppMethodInitialized;
  577. if (!s_Il2CppMethodInitialized)
  578. {
  579. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  580. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  581. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  582. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A_RuntimeMethod_var);
  583. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7_il2cpp_TypeInfo_var);
  584. s_Il2CppMethodInitialized = true;
  585. }
  586. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* V_0 = NULL;
  587. RuntimeObject* V_1 = NULL;
  588. {
  589. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_0 = (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7*)il2cpp_codegen_object_new(U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7_il2cpp_TypeInfo_var);
  590. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4__ctor_mE45A0A9398600143C1464EB94438B1036EAC67C6(L_0, NULL);
  591. V_0 = L_0;
  592. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_1 = V_0;
  593. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___0_onDismissed;
  594. NullCheck(L_1);
  595. L_1->___onDismissed = L_2;
  596. Il2CppCodeGenWriteBarrier((void**)(&L_1->___onDismissed), (void*)L_2);
  597. RuntimeObject* L_3;
  598. L_3 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  599. NullCheck(L_3);
  600. RuntimeObject* L_4;
  601. L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_3);
  602. V_1 = L_4;
  603. RuntimeObject* L_5 = V_1;
  604. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_6 = V_0;
  605. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_7 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  606. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_7, L_6, (intptr_t)((void*)U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A_RuntimeMethod_var), NULL);
  607. NullCheck(L_5);
  608. InterfaceActionInvoker1< Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(2, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_5, L_7);
  609. return;
  610. }
  611. }
  612. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentForm_ShowPrivacyOptionsForm_mCF82468D6AD93F08A0C5D436B3D0146B4FA9F86B (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___0_onDismissed, const RuntimeMethod* method)
  613. {
  614. static bool s_Il2CppMethodInitialized;
  615. if (!s_Il2CppMethodInitialized)
  616. {
  617. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  618. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var);
  619. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  620. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC_RuntimeMethod_var);
  621. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2_il2cpp_TypeInfo_var);
  622. s_Il2CppMethodInitialized = true;
  623. }
  624. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* V_0 = NULL;
  625. RuntimeObject* V_1 = NULL;
  626. {
  627. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_0 = (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2*)il2cpp_codegen_object_new(U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2_il2cpp_TypeInfo_var);
  628. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6__ctor_mCD98BD24D284CCCE14416ECDD9C2CFE9C93D4C5C(L_0, NULL);
  629. V_0 = L_0;
  630. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_1 = V_0;
  631. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___0_onDismissed;
  632. NullCheck(L_1);
  633. L_1->___onDismissed = L_2;
  634. Il2CppCodeGenWriteBarrier((void**)(&L_1->___onDismissed), (void*)L_2);
  635. RuntimeObject* L_3;
  636. L_3 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  637. NullCheck(L_3);
  638. RuntimeObject* L_4;
  639. L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_3);
  640. V_1 = L_4;
  641. RuntimeObject* L_5 = V_1;
  642. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_6 = V_0;
  643. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_7 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  644. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_7, L_6, (intptr_t)((void*)U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC_RuntimeMethod_var), NULL);
  645. NullCheck(L_5);
  646. InterfaceActionInvoker1< Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(3, IConsentFormClient_t74E4CFA27BAAA6057C6C3F92D010640FFF44B541_il2cpp_TypeInfo_var, L_5, L_7);
  647. return;
  648. }
  649. }
  650. #ifdef __clang__
  651. #pragma clang diagnostic pop
  652. #endif
  653. #ifdef __clang__
  654. #pragma clang diagnostic push
  655. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  656. #pragma clang diagnostic ignored "-Wunused-variable"
  657. #endif
  658. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0__ctor_m5D157B75B884DF130C17084209BA0045F3BB4B3F (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method)
  659. {
  660. {
  661. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  662. return;
  663. }
  664. }
  665. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0_U3CU3Em__0_mCFE7B081E5FED930F60A770B0E64AC16CEA21861 (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method)
  666. {
  667. static bool s_Il2CppMethodInitialized;
  668. if (!s_Il2CppMethodInitialized)
  669. {
  670. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  671. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  672. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766_RuntimeMethod_var);
  673. s_Il2CppMethodInitialized = true;
  674. }
  675. {
  676. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_0 = __this->___formLoadCallback;
  677. if (!L_0)
  678. {
  679. goto IL_001c;
  680. }
  681. }
  682. {
  683. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  684. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, __this, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766_RuntimeMethod_var), NULL);
  685. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  686. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_1, NULL);
  687. }
  688. IL_001c:
  689. {
  690. return;
  691. }
  692. }
  693. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0_U3CU3Em__1_m5E93B0194710C897FF8CDEE171D209D8E67CF953 (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  694. {
  695. static bool s_Il2CppMethodInitialized;
  696. if (!s_Il2CppMethodInitialized)
  697. {
  698. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  699. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  700. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5_RuntimeMethod_var);
  701. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3_il2cpp_TypeInfo_var);
  702. s_Il2CppMethodInitialized = true;
  703. }
  704. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* V_0 = NULL;
  705. {
  706. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_0 = (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3*)il2cpp_codegen_object_new(U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3_il2cpp_TypeInfo_var);
  707. U3CLoadU3Ec__AnonStorey1__ctor_m4230348DB164723CA9736F7188B2824F682C03E6(L_0, NULL);
  708. V_0 = L_0;
  709. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_1 = V_0;
  710. NullCheck(L_1);
  711. L_1->___U3CU3Ef__refU240 = __this;
  712. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU240), (void*)__this);
  713. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_2 = V_0;
  714. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  715. NullCheck(L_2);
  716. L_2->___error = L_3;
  717. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  718. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_4 = __this->___formLoadCallback;
  719. if (!L_4)
  720. {
  721. goto IL_0030;
  722. }
  723. }
  724. {
  725. U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* L_5 = V_0;
  726. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  727. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5_RuntimeMethod_var), NULL);
  728. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  729. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  730. }
  731. IL_0030:
  732. {
  733. return;
  734. }
  735. }
  736. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey0_U3CU3Em__2_m200EBAF519788BED08C1EA99141B2BF31ED3F766 (U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* __this, const RuntimeMethod* method)
  737. {
  738. static bool s_Il2CppMethodInitialized;
  739. if (!s_Il2CppMethodInitialized)
  740. {
  741. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF_il2cpp_TypeInfo_var);
  742. s_Il2CppMethodInitialized = true;
  743. }
  744. {
  745. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_0 = __this->___formLoadCallback;
  746. RuntimeObject* L_1 = __this->___client;
  747. ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF* L_2 = (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF*)il2cpp_codegen_object_new(ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF_il2cpp_TypeInfo_var);
  748. ConsentForm__ctor_m7E621E44264000847F539870184EB3230EDFEF41(L_2, L_1, NULL);
  749. NullCheck(L_0);
  750. Action_2_Invoke_mD12E1AE2987FA9B92D6566FA260B000A58911A93_inline(L_0, L_2, (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*)NULL, NULL);
  751. return;
  752. }
  753. }
  754. #ifdef __clang__
  755. #pragma clang diagnostic pop
  756. #endif
  757. #ifdef __clang__
  758. #pragma clang diagnostic push
  759. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  760. #pragma clang diagnostic ignored "-Wunused-variable"
  761. #endif
  762. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey1__ctor_m4230348DB164723CA9736F7188B2824F682C03E6 (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* __this, const RuntimeMethod* method)
  763. {
  764. {
  765. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  766. return;
  767. }
  768. }
  769. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadU3Ec__AnonStorey1_U3CU3Em__0_m5179274E91CFEEC3DC12EB844759CACD2FC1CEB5 (U3CLoadU3Ec__AnonStorey1_tAED083EC5BC483A9A7E6A51E812AF8A0887B62F3* __this, const RuntimeMethod* method)
  770. {
  771. {
  772. U3CLoadU3Ec__AnonStorey0_t4CE6008F4737411514DA60A638B984ACF49F3012* L_0 = __this->___U3CU3Ef__refU240;
  773. NullCheck(L_0);
  774. Action_2_t635A5B9FAB4E7C090556DCA3F0CD60AD640D41CF* L_1 = L_0->___formLoadCallback;
  775. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  776. NullCheck(L_1);
  777. Action_2_Invoke_mD12E1AE2987FA9B92D6566FA260B000A58911A93_inline(L_1, (ConsentForm_t5610A8E6FEE812A11649F04979CB8679F9B0E1EF*)NULL, L_2, NULL);
  778. return;
  779. }
  780. }
  781. #ifdef __clang__
  782. #pragma clang diagnostic pop
  783. #endif
  784. #ifdef __clang__
  785. #pragma clang diagnostic push
  786. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  787. #pragma clang diagnostic ignored "-Wunused-variable"
  788. #endif
  789. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey2__ctor_mBF5A9EEF097D451C3E43D1DD81954354DB60A7DC (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* __this, const RuntimeMethod* method)
  790. {
  791. {
  792. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  793. return;
  794. }
  795. }
  796. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey2_U3CU3Em__0_mBE702451A531B33A0866E66FC694432CE1E07B85 (U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  797. {
  798. static bool s_Il2CppMethodInitialized;
  799. if (!s_Il2CppMethodInitialized)
  800. {
  801. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  802. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  803. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11_RuntimeMethod_var);
  804. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093_il2cpp_TypeInfo_var);
  805. s_Il2CppMethodInitialized = true;
  806. }
  807. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* V_0 = NULL;
  808. {
  809. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_0 = (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093*)il2cpp_codegen_object_new(U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093_il2cpp_TypeInfo_var);
  810. U3CShowU3Ec__AnonStorey3__ctor_m5DFC2C2D5962E76339884182F9CB77D9FADAF06F(L_0, NULL);
  811. V_0 = L_0;
  812. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_1 = V_0;
  813. NullCheck(L_1);
  814. L_1->___U3CU3Ef__refU242 = __this;
  815. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU242), (void*)__this);
  816. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_2 = V_0;
  817. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  818. NullCheck(L_2);
  819. L_2->___error = L_3;
  820. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  821. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___onDismissed;
  822. if (!L_4)
  823. {
  824. goto IL_0030;
  825. }
  826. }
  827. {
  828. U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* L_5 = V_0;
  829. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  830. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11_RuntimeMethod_var), NULL);
  831. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  832. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  833. }
  834. IL_0030:
  835. {
  836. return;
  837. }
  838. }
  839. #ifdef __clang__
  840. #pragma clang diagnostic pop
  841. #endif
  842. #ifdef __clang__
  843. #pragma clang diagnostic push
  844. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  845. #pragma clang diagnostic ignored "-Wunused-variable"
  846. #endif
  847. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey3__ctor_m5DFC2C2D5962E76339884182F9CB77D9FADAF06F (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* __this, const RuntimeMethod* method)
  848. {
  849. {
  850. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  851. return;
  852. }
  853. }
  854. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowU3Ec__AnonStorey3_U3CU3Em__0_mF9E3A0B64325161099D1EC708C4E6AB01716EA11 (U3CShowU3Ec__AnonStorey3_t7F1297BA08B3793FB83B545F900AA45B0EA5A093* __this, const RuntimeMethod* method)
  855. {
  856. {
  857. U3CShowU3Ec__AnonStorey2_tF77FC8FCEBA17C61D850A0FBCA5355ED0C7D4927* L_0 = __this->___U3CU3Ef__refU242;
  858. NullCheck(L_0);
  859. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___onDismissed;
  860. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  861. NullCheck(L_1);
  862. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  863. return;
  864. }
  865. }
  866. #ifdef __clang__
  867. #pragma clang diagnostic pop
  868. #endif
  869. #ifdef __clang__
  870. #pragma clang diagnostic push
  871. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  872. #pragma clang diagnostic ignored "-Wunused-variable"
  873. #endif
  874. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4__ctor_mE45A0A9398600143C1464EB94438B1036EAC67C6 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* __this, const RuntimeMethod* method)
  875. {
  876. {
  877. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  878. return;
  879. }
  880. }
  881. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_U3CU3Em__0_m72EFD3EEC1230EA8A7A432445DA11B72B924187A (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  882. {
  883. static bool s_Il2CppMethodInitialized;
  884. if (!s_Il2CppMethodInitialized)
  885. {
  886. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  887. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  888. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7_RuntimeMethod_var);
  889. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905_il2cpp_TypeInfo_var);
  890. s_Il2CppMethodInitialized = true;
  891. }
  892. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* V_0 = NULL;
  893. {
  894. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_0 = (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905*)il2cpp_codegen_object_new(U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905_il2cpp_TypeInfo_var);
  895. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5__ctor_m908558CBA54C8832450D791A82F0167A1F327030(L_0, NULL);
  896. V_0 = L_0;
  897. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_1 = V_0;
  898. NullCheck(L_1);
  899. L_1->___U3CU3Ef__refU244 = __this;
  900. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU244), (void*)__this);
  901. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_2 = V_0;
  902. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  903. NullCheck(L_2);
  904. L_2->___error = L_3;
  905. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  906. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___onDismissed;
  907. if (!L_4)
  908. {
  909. goto IL_0030;
  910. }
  911. }
  912. {
  913. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* L_5 = V_0;
  914. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  915. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7_RuntimeMethod_var), NULL);
  916. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  917. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  918. }
  919. IL_0030:
  920. {
  921. return;
  922. }
  923. }
  924. #ifdef __clang__
  925. #pragma clang diagnostic pop
  926. #endif
  927. #ifdef __clang__
  928. #pragma clang diagnostic push
  929. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  930. #pragma clang diagnostic ignored "-Wunused-variable"
  931. #endif
  932. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5__ctor_m908558CBA54C8832450D791A82F0167A1F327030 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* __this, const RuntimeMethod* method)
  933. {
  934. {
  935. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  936. return;
  937. }
  938. }
  939. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_U3CU3Em__0_mCAE2F96D943F4B0BF11A5C6003DC04C3703E6EE7 (U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey5_t7AB4C0AA72DD0071704640B43B9989A3BA9FC905* __this, const RuntimeMethod* method)
  940. {
  941. {
  942. U3CLoadAndShowConsentFormIfRequiredU3Ec__AnonStorey4_t1E826BB00F2365E578F21AAAFE10BB2D991D13D7* L_0 = __this->___U3CU3Ef__refU244;
  943. NullCheck(L_0);
  944. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___onDismissed;
  945. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  946. NullCheck(L_1);
  947. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  948. return;
  949. }
  950. }
  951. #ifdef __clang__
  952. #pragma clang diagnostic pop
  953. #endif
  954. #ifdef __clang__
  955. #pragma clang diagnostic push
  956. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  957. #pragma clang diagnostic ignored "-Wunused-variable"
  958. #endif
  959. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey6__ctor_mCD98BD24D284CCCE14416ECDD9C2CFE9C93D4C5C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* __this, const RuntimeMethod* method)
  960. {
  961. {
  962. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  963. return;
  964. }
  965. }
  966. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_U3CU3Em__0_mB636929C32154FA8E30296C4D175063A9585FCAC (U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  967. {
  968. static bool s_Il2CppMethodInitialized;
  969. if (!s_Il2CppMethodInitialized)
  970. {
  971. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  972. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  973. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1_RuntimeMethod_var);
  974. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA_il2cpp_TypeInfo_var);
  975. s_Il2CppMethodInitialized = true;
  976. }
  977. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* V_0 = NULL;
  978. {
  979. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_0 = (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA*)il2cpp_codegen_object_new(U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA_il2cpp_TypeInfo_var);
  980. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7__ctor_m9EA7D19E552C857583B89211FC44D18C7F75D75C(L_0, NULL);
  981. V_0 = L_0;
  982. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_1 = V_0;
  983. NullCheck(L_1);
  984. L_1->___U3CU3Ef__refU246 = __this;
  985. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU246), (void*)__this);
  986. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_2 = V_0;
  987. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  988. NullCheck(L_2);
  989. L_2->___error = L_3;
  990. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  991. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___onDismissed;
  992. if (!L_4)
  993. {
  994. goto IL_0030;
  995. }
  996. }
  997. {
  998. U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* L_5 = V_0;
  999. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1000. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1_RuntimeMethod_var), NULL);
  1001. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1002. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  1003. }
  1004. IL_0030:
  1005. {
  1006. return;
  1007. }
  1008. }
  1009. #ifdef __clang__
  1010. #pragma clang diagnostic pop
  1011. #endif
  1012. #ifdef __clang__
  1013. #pragma clang diagnostic push
  1014. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1015. #pragma clang diagnostic ignored "-Wunused-variable"
  1016. #endif
  1017. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey7__ctor_m9EA7D19E552C857583B89211FC44D18C7F75D75C (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* __this, const RuntimeMethod* method)
  1018. {
  1019. {
  1020. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1021. return;
  1022. }
  1023. }
  1024. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_U3CU3Em__0_mB397D7B18DE808E47AB5E8003DAB70F8751D68E1 (U3CShowPrivacyOptionsFormU3Ec__AnonStorey7_t3AB986A3F0061EC24324345A580EBFCA00A8F0DA* __this, const RuntimeMethod* method)
  1025. {
  1026. {
  1027. U3CShowPrivacyOptionsFormU3Ec__AnonStorey6_t97863A7CD959151290849127347BA5E7D17972D2* L_0 = __this->___U3CU3Ef__refU246;
  1028. NullCheck(L_0);
  1029. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___onDismissed;
  1030. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  1031. NullCheck(L_1);
  1032. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, NULL);
  1033. return;
  1034. }
  1035. }
  1036. #ifdef __clang__
  1037. #pragma clang diagnostic pop
  1038. #endif
  1039. #ifdef __clang__
  1040. #pragma clang diagnostic push
  1041. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1042. #pragma clang diagnostic ignored "-Wunused-variable"
  1043. #endif
  1044. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation__ctor_m4AAE892486EE0F86EC031392CBAD7B3EBC65623A (ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3* __this, const RuntimeMethod* method)
  1045. {
  1046. {
  1047. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1048. return;
  1049. }
  1050. }
  1051. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6 (const RuntimeMethod* method)
  1052. {
  1053. static bool s_Il2CppMethodInitialized;
  1054. if (!s_Il2CppMethodInitialized)
  1055. {
  1056. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var);
  1057. s_Il2CppMethodInitialized = true;
  1058. }
  1059. {
  1060. RuntimeObject* L_0 = ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory;
  1061. if (L_0)
  1062. {
  1063. goto IL_0014;
  1064. }
  1065. }
  1066. {
  1067. RuntimeObject* L_1;
  1068. L_1 = Utils_GetClientFactory_m94A1DAB83A77761C867D03DD43103387F9ABF409(NULL);
  1069. ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory = L_1;
  1070. Il2CppCodeGenWriteBarrier((void**)(&((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory), (void*)L_1);
  1071. }
  1072. IL_0014:
  1073. {
  1074. RuntimeObject* L_2 = ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory;
  1075. return L_2;
  1076. }
  1077. }
  1078. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation_set_ClientFactory_mAAB3100B64265BF4448A1B1F68162F21F837749A (RuntimeObject* ___0_value, const RuntimeMethod* method)
  1079. {
  1080. static bool s_Il2CppMethodInitialized;
  1081. if (!s_Il2CppMethodInitialized)
  1082. {
  1083. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var);
  1084. s_Il2CppMethodInitialized = true;
  1085. }
  1086. {
  1087. RuntimeObject* L_0 = ___0_value;
  1088. ((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory = L_0;
  1089. Il2CppCodeGenWriteBarrier((void**)(&((ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_StaticFields*)il2cpp_codegen_static_fields_for(ConsentInformation_t7D85F62D07F64B8B78347A408923F50AF7C9DDC3_il2cpp_TypeInfo_var))->____clientFactory), (void*)L_0);
  1090. return;
  1091. }
  1092. }
  1093. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsentInformation_get_ConsentStatus_m0FD7B16BCB11F667C11CA56AB894BFFFDB12656D (const RuntimeMethod* method)
  1094. {
  1095. static bool s_Il2CppMethodInitialized;
  1096. if (!s_Il2CppMethodInitialized)
  1097. {
  1098. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1099. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1100. s_Il2CppMethodInitialized = true;
  1101. }
  1102. RuntimeObject* V_0 = NULL;
  1103. {
  1104. RuntimeObject* L_0;
  1105. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1106. NullCheck(L_0);
  1107. RuntimeObject* L_1;
  1108. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1109. V_0 = L_1;
  1110. RuntimeObject* L_2 = V_0;
  1111. NullCheck(L_2);
  1112. int32_t L_3;
  1113. L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1114. return (int32_t)(L_3);
  1115. }
  1116. }
  1117. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsentInformation_get_PrivacyOptionsRequirementStatus_mEE6C200C91191B55BE9328333D8D714718B6D110 (const RuntimeMethod* method)
  1118. {
  1119. static bool s_Il2CppMethodInitialized;
  1120. if (!s_Il2CppMethodInitialized)
  1121. {
  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. s_Il2CppMethodInitialized = true;
  1125. }
  1126. RuntimeObject* V_0 = NULL;
  1127. {
  1128. RuntimeObject* L_0;
  1129. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1130. NullCheck(L_0);
  1131. RuntimeObject* L_1;
  1132. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1133. V_0 = L_1;
  1134. RuntimeObject* L_2 = V_0;
  1135. NullCheck(L_2);
  1136. int32_t L_3;
  1137. L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(3, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1138. return (int32_t)(L_3);
  1139. }
  1140. }
  1141. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation_Update_m77C30ED8853B66168D77E0F02666360C78671046 (ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516* ___0_request, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* ___1_consentInfoUpdateCallback, const RuntimeMethod* method)
  1142. {
  1143. static bool s_Il2CppMethodInitialized;
  1144. if (!s_Il2CppMethodInitialized)
  1145. {
  1146. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  1147. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1148. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1149. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1150. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57_RuntimeMethod_var);
  1151. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC_RuntimeMethod_var);
  1152. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D_il2cpp_TypeInfo_var);
  1153. s_Il2CppMethodInitialized = true;
  1154. }
  1155. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* V_0 = NULL;
  1156. RuntimeObject* V_1 = NULL;
  1157. {
  1158. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_0 = (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D*)il2cpp_codegen_object_new(U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D_il2cpp_TypeInfo_var);
  1159. U3CUpdateU3Ec__AnonStorey0__ctor_m3525CFA3A371A63BCAF453F55D8BCC95E94D4C3C(L_0, NULL);
  1160. V_0 = L_0;
  1161. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_1 = V_0;
  1162. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_2 = ___1_consentInfoUpdateCallback;
  1163. NullCheck(L_1);
  1164. L_1->___consentInfoUpdateCallback = L_2;
  1165. Il2CppCodeGenWriteBarrier((void**)(&L_1->___consentInfoUpdateCallback), (void*)L_2);
  1166. RuntimeObject* L_3;
  1167. L_3 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1168. NullCheck(L_3);
  1169. RuntimeObject* L_4;
  1170. L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_3);
  1171. V_1 = L_4;
  1172. RuntimeObject* L_5 = V_1;
  1173. ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516* L_6 = ___0_request;
  1174. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_7 = V_0;
  1175. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1176. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_7, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57_RuntimeMethod_var), NULL);
  1177. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_9 = V_0;
  1178. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_10 = (Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4*)il2cpp_codegen_object_new(Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4_il2cpp_TypeInfo_var);
  1179. Action_1__ctor_m021285912E458C3D54D9EAD926A8BB4CBC77908A(L_10, L_9, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC_RuntimeMethod_var), NULL);
  1180. NullCheck(L_5);
  1181. InterfaceActionInvoker3< ConsentRequestParameters_t34C1E8C04ED21B543DFE57708C303AABEA447516*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* >::Invoke(1, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_5, L_6, L_8, L_10);
  1182. return;
  1183. }
  1184. }
  1185. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsentInformation_CanRequestAds_m7417C9A869670EBB8E9EA1B055FA959D5630C1E9 (const RuntimeMethod* method)
  1186. {
  1187. static bool s_Il2CppMethodInitialized;
  1188. if (!s_Il2CppMethodInitialized)
  1189. {
  1190. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1191. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1192. s_Il2CppMethodInitialized = true;
  1193. }
  1194. RuntimeObject* V_0 = NULL;
  1195. {
  1196. RuntimeObject* L_0;
  1197. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1198. NullCheck(L_0);
  1199. RuntimeObject* L_1;
  1200. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1201. V_0 = L_1;
  1202. RuntimeObject* L_2 = V_0;
  1203. NullCheck(L_2);
  1204. bool L_3;
  1205. L_3 = InterfaceFuncInvoker0< bool >::Invoke(4, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1206. return L_3;
  1207. }
  1208. }
  1209. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsentInformation_Reset_mB83967662435D6A76D49F22DEB2BEAFC4C6512DE (const RuntimeMethod* method)
  1210. {
  1211. static bool s_Il2CppMethodInitialized;
  1212. if (!s_Il2CppMethodInitialized)
  1213. {
  1214. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1215. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1216. s_Il2CppMethodInitialized = true;
  1217. }
  1218. RuntimeObject* V_0 = NULL;
  1219. {
  1220. RuntimeObject* L_0;
  1221. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1222. NullCheck(L_0);
  1223. RuntimeObject* L_1;
  1224. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1225. V_0 = L_1;
  1226. RuntimeObject* L_2 = V_0;
  1227. NullCheck(L_2);
  1228. InterfaceActionInvoker0::Invoke(0, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1229. return;
  1230. }
  1231. }
  1232. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsentInformation_IsConsentFormAvailable_m55FB09EEC81648619F52F648D75AA6DBAC5B6ECE (const RuntimeMethod* method)
  1233. {
  1234. static bool s_Il2CppMethodInitialized;
  1235. if (!s_Il2CppMethodInitialized)
  1236. {
  1237. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var);
  1238. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var);
  1239. s_Il2CppMethodInitialized = true;
  1240. }
  1241. RuntimeObject* V_0 = NULL;
  1242. {
  1243. RuntimeObject* L_0;
  1244. L_0 = ConsentInformation_get_ClientFactory_mD99BFD395187E5C21F07E369A6DF612D300060A6(NULL);
  1245. NullCheck(L_0);
  1246. RuntimeObject* L_1;
  1247. L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IUmpClientFactory_tCB177A94EFFB99686E08D634BBF3D8502D57E6DB_il2cpp_TypeInfo_var, L_0);
  1248. V_0 = L_1;
  1249. RuntimeObject* L_2 = V_0;
  1250. NullCheck(L_2);
  1251. bool L_3;
  1252. L_3 = InterfaceFuncInvoker0< bool >::Invoke(5, IConsentInformationClient_tF58668605A3AC2F36DB94BA4A3A2621D3059259E_il2cpp_TypeInfo_var, L_2);
  1253. return L_3;
  1254. }
  1255. }
  1256. #ifdef __clang__
  1257. #pragma clang diagnostic pop
  1258. #endif
  1259. #ifdef __clang__
  1260. #pragma clang diagnostic push
  1261. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1262. #pragma clang diagnostic ignored "-Wunused-variable"
  1263. #endif
  1264. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0__ctor_m3525CFA3A371A63BCAF453F55D8BCC95E94D4C3C (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method)
  1265. {
  1266. {
  1267. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1268. return;
  1269. }
  1270. }
  1271. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0_U3CU3Em__0_mFDFF30F7D0A0146CFE54AE0C9028996BE6132B57 (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method)
  1272. {
  1273. static bool s_Il2CppMethodInitialized;
  1274. if (!s_Il2CppMethodInitialized)
  1275. {
  1276. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1277. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1278. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD_RuntimeMethod_var);
  1279. s_Il2CppMethodInitialized = true;
  1280. }
  1281. {
  1282. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_0 = __this->___consentInfoUpdateCallback;
  1283. if (!L_0)
  1284. {
  1285. goto IL_001c;
  1286. }
  1287. }
  1288. {
  1289. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1290. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, __this, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD_RuntimeMethod_var), NULL);
  1291. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1292. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_1, NULL);
  1293. }
  1294. IL_001c:
  1295. {
  1296. return;
  1297. }
  1298. }
  1299. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0_U3CU3Em__1_mCFBF3F6B526674C5E2093DDEE1F4C5A7DDDF5DBC (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* ___0_error, const RuntimeMethod* method)
  1300. {
  1301. static bool s_Il2CppMethodInitialized;
  1302. if (!s_Il2CppMethodInitialized)
  1303. {
  1304. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1305. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1306. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF_RuntimeMethod_var);
  1307. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7_il2cpp_TypeInfo_var);
  1308. s_Il2CppMethodInitialized = true;
  1309. }
  1310. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* V_0 = NULL;
  1311. {
  1312. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_0 = (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7*)il2cpp_codegen_object_new(U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7_il2cpp_TypeInfo_var);
  1313. U3CUpdateU3Ec__AnonStorey1__ctor_mCE49B6C8A8E97FDC7FDA2642E82FEAE6BD1BDF68(L_0, NULL);
  1314. V_0 = L_0;
  1315. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_1 = V_0;
  1316. NullCheck(L_1);
  1317. L_1->___U3CU3Ef__refU240 = __this;
  1318. Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3Ef__refU240), (void*)__this);
  1319. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_2 = V_0;
  1320. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_3 = ___0_error;
  1321. NullCheck(L_2);
  1322. L_2->___error = L_3;
  1323. Il2CppCodeGenWriteBarrier((void**)(&L_2->___error), (void*)L_3);
  1324. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_4 = __this->___consentInfoUpdateCallback;
  1325. if (!L_4)
  1326. {
  1327. goto IL_0030;
  1328. }
  1329. }
  1330. {
  1331. U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* L_5 = V_0;
  1332. Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
  1333. Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_6, L_5, (intptr_t)((void*)U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF_RuntimeMethod_var), NULL);
  1334. il2cpp_codegen_runtime_class_init_inline(MobileAds_tE6A198EF1FBB6C42E5C1062E4B6CD5FB5B5494D5_il2cpp_TypeInfo_var);
  1335. MobileAds_RaiseAction_mE70DFA931C5DC14845C02D5B1D0A994FE29370B2(L_6, NULL);
  1336. }
  1337. IL_0030:
  1338. {
  1339. return;
  1340. }
  1341. }
  1342. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey0_U3CU3Em__2_m09B6D5C6B963E2B42A5559B3755F25C47324EFFD (U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* __this, const RuntimeMethod* method)
  1343. {
  1344. {
  1345. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_0 = __this->___consentInfoUpdateCallback;
  1346. NullCheck(L_0);
  1347. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_0, (FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026*)NULL, NULL);
  1348. return;
  1349. }
  1350. }
  1351. #ifdef __clang__
  1352. #pragma clang diagnostic pop
  1353. #endif
  1354. #ifdef __clang__
  1355. #pragma clang diagnostic push
  1356. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1357. #pragma clang diagnostic ignored "-Wunused-variable"
  1358. #endif
  1359. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey1__ctor_mCE49B6C8A8E97FDC7FDA2642E82FEAE6BD1BDF68 (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* __this, const RuntimeMethod* method)
  1360. {
  1361. {
  1362. Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
  1363. return;
  1364. }
  1365. }
  1366. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateU3Ec__AnonStorey1_U3CU3Em__0_m6D326C370DDADE82DB806657F000BAD5C5B77CCF (U3CUpdateU3Ec__AnonStorey1_t4DCCA3AA69929F3A51FC97B23F0DDAE47AC18FB7* __this, const RuntimeMethod* method)
  1367. {
  1368. {
  1369. U3CUpdateU3Ec__AnonStorey0_t0206FA681FB9288FC1AD58C3A4E25EEFF274393D* L_0 = __this->___U3CU3Ef__refU240;
  1370. NullCheck(L_0);
  1371. Action_1_tB03D82616088D202ABD23F934CC2976A2ED530B4* L_1 = L_0->___consentInfoUpdateCallback;
  1372. FormError_t925BBA051FDAC8CC3DECB9E5511864E8ED383026* L_2 = __this->___error;
  1373. NullCheck(L_1);
  1374. Action_1_Invoke_m3DEF207D7DDE949DDC2EC78FF96E9789029BAC51_inline(L_1, L_2, 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. }