Android.OS.RemoteCallbackList Members

The members of Android.OS.RemoteCallbackList are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
RegisteredCallbackCountint. Returns the number of registered callbacks.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

BeginBroadcast() : int
Prepare to start making calls to the currently registered callbacks.
FinishBroadcast()
Clean up the state of a broadcast previously initiated by calling RemoteCallbackList.BeginBroadcast.
GetBroadcastCookie(int) : Java.Lang.Object
Retrieve the cookie associated with the item returned by RemoteCallbackList.GetBroadcastItem(int).
GetBroadcastItem(int) : Java.Lang.Object
Retrieve an item in the active broadcast that was previously started with RemoteCallbackList.BeginBroadcast.
Kill()
Disable this callback list.
OnCallbackDied(Java.Lang.Object)
Documentation for this section has not yet been entered.
OnCallbackDied(Java.Lang.Object, Java.Lang.Object)
Documentation for this section has not yet been entered.
Register(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
Register(Java.Lang.Object, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
Unregister(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.