Language

CursorWrapper.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

extra values, or Bundle.EMPTY. Never null.

Implements

Attributes

Remarks

This is an out-of-band way for the user of a cursor to communicate with the cursor. The structure of each bundle is entirely defined by the cursor.

One use of this is to tell a cursor that it should retry its network request after it reported an error.

Android reference for android.database.CursorWrapper.respond.

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