Android.OS.RemoteCallbackList: Method Members

The methods of Android.OS.RemoteCallbackList are listed below. For a list of all members, see the RemoteCallbackList Members list.

See Also: Inherited members from Java.Lang.Object

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.