AdapterViewFlipper.SetFlipInterval(Int32) Method

Definition

How long to wait before flipping to the next view.

[Android.Runtime.Register("setFlipInterval", "(I)V", "GetSetFlipInterval_IHandler")]
public virtual void SetFlipInterval (int flipInterval);
[<Android.Runtime.Register("setFlipInterval", "(I)V", "GetSetFlipInterval_IHandler")>]
abstract member SetFlipInterval : int -> unit
override this.SetFlipInterval : int -> unit

Parameters

flipInterval
Int32

flip interval in milliseconds

Attributes

Remarks

How long to wait before flipping to the next view.

Java documentation for android.widget.AdapterViewFlipper.setFlipInterval(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

See also