The members of Android.OS.RemoteCallbackList are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | RegisteredCallbackCount | int. Returns the number of registered callbacks. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |