AdapterViewAnimator.Advance Method

Definition

Called by an android.appwidget.AppWidgetHost in order to advance the current view when it is being used within an app widget.

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

Implements

Attributes

Remarks

Called by an android.appwidget.AppWidgetHost in order to advance the current view when it is being used within an app widget.

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

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