AdapterViewAnimator.FyiWillBeAdvancedByHostKThx Method

Definition

Called by an android.appwidget.AppWidgetHost to indicate that it will be automatically advancing the views of this AdapterViewAnimator by calling AdapterViewAnimator#advance() at some point in the future.

[Android.Runtime.Register("fyiWillBeAdvancedByHostKThx", "()V", "GetFyiWillBeAdvancedByHostKThxHandler")]
public virtual void FyiWillBeAdvancedByHostKThx ();
[<Android.Runtime.Register("fyiWillBeAdvancedByHostKThx", "()V", "GetFyiWillBeAdvancedByHostKThxHandler")>]
abstract member FyiWillBeAdvancedByHostKThx : unit -> unit
override this.FyiWillBeAdvancedByHostKThx : unit -> unit

Implements

Attributes

Remarks

Called by an android.appwidget.AppWidgetHost to indicate that it will be automatically advancing the views of this 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.

Java documentation for android.widget.AdapterViewAnimator.fyiWillBeAdvancedByHostKThx().

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