| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // This code was generated by a tool. |
| | | // |
| | | // Changes to this file may cause incorrect behavior and will be lost if |
| | | // the code is regenerated. |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | #nullable restore |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Android.Runtime; |
| | |
| | | static Delegate GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler () |
| | | { |
| | | if (cb_onReceive_Landroid_content_Context_Landroid_content_Intent_ == null) |
| | | cb_onReceive_Landroid_content_Context_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPLL_V) n_OnReceive_Landroid_content_Context_Landroid_content_Intent_); |
| | | cb_onReceive_Landroid_content_Context_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLL_V (n_OnReceive_Landroid_content_Context_Landroid_content_Intent_)); |
| | | return cb_onReceive_Landroid_content_Context_Landroid_content_Intent_; |
| | | } |
| | | |