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

GoogleMobileAds.Ump.cpp 88KB

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