C# Class Com.Tjeannin.Apprate.ExceptionHandler

Inheritance: global::Java.Lang.Object, global::Java.Lang.Thread.IUncaughtExceptionHandler
Mostra file Open project: meuspedidos/AppRateBinding

Private Properties

Property Type Description
ExceptionHandler System
GetUncaughtException_Ljava_lang_Thread_Ljava_lang_Throwable_Handler System.Delegate
UncaughtException void
n_UncaughtException_Ljava_lang_Thread_Ljava_lang_Throwable_ void

Protected Methods

Method Description
ExceptionHandler ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Method Description
ExceptionHandler ( global p0, global p1 ) : System
GetUncaughtException_Ljava_lang_Thread_Ljava_lang_Throwable_Handler ( ) : Delegate
UncaughtException ( global p0, global p1 ) : void
n_UncaughtException_Ljava_lang_Thread_Ljava_lang_Throwable_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1 ) : void

Method Details

ExceptionHandler() protected method

protected ExceptionHandler ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
return System