C# Class android.os.HandlerThread

Inheritance: java.lang.Thread
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
HandlerThread ( java arg0 )
HandlerThread ( java arg0, int arg1 )
getLooper ( ) : global::android.os.Looper
getThreadId ( ) : int
quit ( ) : bool
run ( ) : void

Protected Methods

Method Description
HandlerThread ( global @__env )
onLooperPrepared ( ) : void

Private Methods

Method Description
HandlerThread ( )

Method Details

HandlerThread() protected method

protected HandlerThread ( global @__env )
@__env global

HandlerThread() public method

public HandlerThread ( java arg0 )
arg0 java

HandlerThread() public method

public HandlerThread ( java arg0, int arg1 )
arg0 java
arg1 int

getLooper() public method

public getLooper ( ) : global::android.os.Looper
return global::android.os.Looper

getThreadId() public method

public getThreadId ( ) : int
return int

onLooperPrepared() protected method

protected onLooperPrepared ( ) : void
return void

quit() public method

public quit ( ) : bool
return bool

run() public method

public run ( ) : void
return void