Android.OS.RemoteCallbackList.RegisteredCallbackCount Property
Returns the number of registered callbacks.

Syntax

[get: Android.Runtime.Register("getRegisteredCallbackCount", "()I", "GetGetRegisteredCallbackCountHandler")]
public virtual int RegisteredCallbackCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the number of registered callbacks. Note that the number of registered callbacks may differ from the value returned by RemoteCallbackList.BeginBroadcast since the former returns the number of callbacks registered at the time of the call and the second the number of callback to which the broadcast will be delivered.

This function is useful to decide whether to schedule a broadcast if this requires doing some work which otherwise would not be performed.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17