C# Class android.os.RemoteCallbackList

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

Public Methods

Method Description
beginBroadcast ( ) : int
finishBroadcast ( ) : void
getBroadcastCookie ( int arg0 ) : global::java.lang.Object
getBroadcastItem ( int arg0 ) : global::android.os.IInterface
kill ( ) : void
onCallbackDied ( android arg0 ) : void
onCallbackDied ( android arg0, java arg1 ) : void
onCallbackDied ( global arg0 ) : void
onCallbackDied ( global arg0, java arg1 ) : void
register ( android arg0 ) : bool
register ( android arg0, java arg1 ) : bool
register ( global arg0 ) : bool
register ( global arg0, java arg1 ) : bool
unregister ( android arg0 ) : bool
unregister ( global arg0 ) : bool

Protected Methods

Method Description
RemoteCallbackList ( global @__env )

Private Methods

Method Description
RemoteCallbackList ( )

Method Details

RemoteCallbackList() protected method

protected RemoteCallbackList ( global @__env )
@__env global

beginBroadcast() public method

public beginBroadcast ( ) : int
return int

finishBroadcast() public method

public finishBroadcast ( ) : void
return void

getBroadcastCookie() public method

public getBroadcastCookie ( int arg0 ) : global::java.lang.Object
arg0 int
return global::java.lang.Object

getBroadcastItem() public method

public getBroadcastItem ( int arg0 ) : global::android.os.IInterface
arg0 int
return global::android.os.IInterface

kill() public method

public kill ( ) : void
return void

onCallbackDied() public method

public onCallbackDied ( android arg0 ) : void
arg0 android
return void

onCallbackDied() public method

public onCallbackDied ( android arg0, java arg1 ) : void
arg0 android
arg1 java
return void

onCallbackDied() public method

public onCallbackDied ( global arg0 ) : void
arg0 global
return void

onCallbackDied() public method

public onCallbackDied ( global arg0, java arg1 ) : void
arg0 global
arg1 java
return void

register() public method

public register ( android arg0 ) : bool
arg0 android
return bool

register() public method

public register ( android arg0, java arg1 ) : bool
arg0 android
arg1 java
return bool

register() public method

public register ( global arg0 ) : bool
arg0 global
return bool

register() public method

public register ( global arg0, java arg1 ) : bool
arg0 global
arg1 java
return bool

unregister() public method

public unregister ( android arg0 ) : bool
arg0 android
return bool

unregister() public method

public unregister ( global arg0 ) : bool
arg0 global
return bool