RemoteCallbackList.GetRegisteredCallbackCookie(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return any cookie associated with a currently registered callback.
[Android.Runtime.Register("getRegisteredCallbackCookie", "(I)Ljava/lang/Object;", "GetGetRegisteredCallbackCookie_IHandler", ApiSince=26)]
public virtual Java.Lang.Object? GetRegisteredCallbackCookie (int index);
[<Android.Runtime.Register("getRegisteredCallbackCookie", "(I)Ljava/lang/Object;", "GetGetRegisteredCallbackCookie_IHandler", ApiSince=26)>]
abstract member GetRegisteredCallbackCookie : int -> Java.Lang.Object
override this.GetRegisteredCallbackCookie : int -> Java.Lang.Object
Parameters
- index
- Int32
Index of which registration cookie to return, from 0 to
#getRegisteredCallbackCount() - 1.
Returns
Returns whatever cookie object is associated with this index, or null if
#kill() has been called.
- Attributes
Remarks
Java documentation for android.os.RemoteCallbackList.getRegisteredCallbackCookie(int).
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.