Android.Database.CursorWrapper.Respond Method
This is an out-of-band way for the the user of a cursor to communicate with the cursor.

Syntax

[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)

Parameters

extras
extra values, or Android.OS.Bundle.Empty. Never null.

Returns

Documentation for this section has not yet been entered.

Remarks

This is an out-of-band way for the 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 Documentation]

Requirements

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