AbstractCursor.Respond(Bundle) Method

Definition

This is an out-of-band way for the the user of a cursor to communicate with the cursor.

[Android.Runtime.Register("respond", "(Landroid/os/Bundle;)Landroid/os/Bundle;", "GetRespond_Landroid_os_Bundle_Handler")]
public virtual Android.OS.Bundle? Respond (Android.OS.Bundle? extras);
[<Android.Runtime.Register("respond", "(Landroid/os/Bundle;)Landroid/os/Bundle;", "GetRespond_Landroid_os_Bundle_Handler")>]
abstract member Respond : Android.OS.Bundle -> Android.OS.Bundle
override this.Respond : Android.OS.Bundle -> Android.OS.Bundle

Parameters

extras
Bundle

extra values, or Empty. Never null.

Returns

Implements

Attributes

Remarks

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