Android.Widget.AdapterViewAnimator.FyiWillBeAdvancedByHostKThx Method
Called by an Android.Appwidget.AppWidgetHost to indicate that it will be automatically advancing the views of this Android.Widget.AdapterViewAnimator by calling AdapterViewAnimator.Advance at some point in the future.

Syntax

[Android.Runtime.Register("fyiWillBeAdvancedByHostKThx", "()V", "GetFyiWillBeAdvancedByHostKThxHandler")]
public virtual void FyiWillBeAdvancedByHostKThx ()

Remarks

Called by an Android.Appwidget.AppWidgetHost to indicate that it will be automatically advancing the views of this Android.Widget.AdapterViewAnimator by calling AdapterViewAnimator.Advance at some point in the future. This allows subclasses to perform any required setup, for example, to stop automatically advancing their children.

[Android Documentation]

Requirements

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