AdapterViewAnimator.Advance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.