AdapterViewFlipper.SetFlipInterval(Int32) 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.
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.