ViewFlipper.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 milliseconds);
[<Android.Runtime.Register("setFlipInterval", "(I)V", "GetSetFlipInterval_IHandler")>]
abstract member SetFlipInterval : int -> unit
override this.SetFlipInterval : int -> unit

Parameters

milliseconds
Int32

time in milliseconds

Attributes

Remarks

How long to wait before flipping to the next view

Java documentation for android.widget.ViewFlipper.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