| | |
| | | static Delegate GetOnAnswerActionHandler () |
| | | { |
| | | if (cb_onAnswerAction == null) |
| | | cb_onAnswerAction = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnAnswerAction); |
| | | cb_onAnswerAction = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnAnswerAction)); |
| | | return cb_onAnswerAction; |
| | | } |
| | | |
| | |
| | | static Delegate GetOnHangUpAction_IHandler () |
| | | { |
| | | if (cb_onHangUpAction_I == null) |
| | | cb_onHangUpAction_I = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPI_V) n_OnHangUpAction_I); |
| | | cb_onHangUpAction_I = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPI_V (n_OnHangUpAction_I)); |
| | | return cb_onHangUpAction_I; |
| | | } |
| | | |
| | |
| | | static Delegate GetOnIncomingCall_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_onIncomingCall_Ljava_lang_String_ == null) |
| | | cb_onIncomingCall_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_OnIncomingCall_Ljava_lang_String_); |
| | | cb_onIncomingCall_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_OnIncomingCall_Ljava_lang_String_)); |
| | | return cb_onIncomingCall_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | { |
| | | if (id_onIncomingCall_Ljava_lang_String_ == IntPtr.Zero) |
| | | id_onIncomingCall_Ljava_lang_String_ = JNIEnv.GetMethodID (class_ref, "onIncomingCall", "(Ljava/lang/String;)V"); |
| | | IntPtr native_p0 = JNIEnv.NewString (p0); |
| | | IntPtr native_p0 = JNIEnv.NewString ((string)p0); |
| | | JValue* __args = stackalloc JValue [1]; |
| | | __args [0] = new JValue (native_p0); |
| | | JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_onIncomingCall_Ljava_lang_String_, __args); |
| | |
| | | static Delegate GetOnRejectCallActionHandler () |
| | | { |
| | | if (cb_onRejectCallAction == null) |
| | | cb_onRejectCallAction = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnRejectCallAction); |
| | | cb_onRejectCallAction = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnRejectCallAction)); |
| | | return cb_onRejectCallAction; |
| | | } |
| | | |
| | |
| | | static Delegate GetOnScreenshotSuccessfulAction_Landroid_graphics_Bitmap_Handler () |
| | | { |
| | | if (cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_ == null) |
| | | cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_OnScreenshotSuccessfulAction_Landroid_graphics_Bitmap_); |
| | | cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_OnScreenshotSuccessfulAction_Landroid_graphics_Bitmap_)); |
| | | return cb_onScreenshotSuccessfulAction_Landroid_graphics_Bitmap_; |
| | | } |
| | | |
| | |
| | | static Delegate GetOnUnlockActionHandler () |
| | | { |
| | | if (cb_onUnlockAction == null) |
| | | cb_onUnlockAction = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_OnUnlockAction); |
| | | cb_onUnlockAction = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_OnUnlockAction)); |
| | | return cb_onUnlockAction; |
| | | } |
| | | |