RemoteCallbackList.RegisteredCallbackCount Property

Definition

Returns the number of registered callbacks.

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

Property Value

Int32

The size.

Attributes

Remarks

Java documentation for android.os.RemoteCallbackList.getRegisteredCallbackCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to