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
BeginBroadcast()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)Retrieve the cookie associated with the item returned by RemoteCallbackList.GetBroadcastItem(int). | ||
GetBroadcastItem(int)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)Documentation for this section has not yet been entered. | ||
Register(Java.Lang.Object, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Unregister(Java.Lang.Object)Documentation for this section has not yet been entered. |