Android.App.Activity.OnProvideAssistData Method
This is called when the user is requesting an assist, to build a full Android.Content.Intent.ActionAssist Intent with all of the context of the current application.

Syntax

[Android.Runtime.Register("onProvideAssistData", "(Landroid/os/Bundle;)V", "GetOnProvideAssistData_Landroid_os_Bundle_Handler")]
public virtual void OnProvideAssistData (Android.OS.Bundle data)

Parameters

data
Documentation for this section has not yet been entered.

Remarks

This is called when the user is requesting an assist, to build a full Android.Content.Intent.ActionAssist Intent with all of the context of the current application. You can override this method to place into the bundle anything you would like to appear in the Android.Content.Intent.ExtraAssistContext part of the assist Intent. The default implementation does nothing.

This function will be called after any global assist callbacks that had been registered with Application.RegisterOnProvideAssistDataListener(.IOnProvideAssistDataListener).

[Android Documentation]

Requirements

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