RemoteViews.ShowPrevious(Int32) Method

Definition

Equivalent to calling AdapterViewAnimator#showPrevious()

[Android.Runtime.Register("showPrevious", "(I)V", "GetShowPrevious_IHandler")]
public virtual void ShowPrevious (int viewId);
[<Android.Runtime.Register("showPrevious", "(I)V", "GetShowPrevious_IHandler")>]
abstract member ShowPrevious : int -> unit
override this.ShowPrevious : int -> unit

Parameters

viewId
Int32

The id of the view on which to call AdapterViewAnimator#showPrevious()

Attributes

Remarks

Java documentation for android.widget.RemoteViews.showPrevious(int).

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