Android.Widget.IAdvanceable
This interface can be implemented by any collection-type view which has a notion of progressing through its set of children.

See Also: IAdvanceable Members

Syntax

[Android.Runtime.Register("android/widget/Advanceable", "", "Android.Widget.IAdvanceableInvoker")]
public interface IAdvanceable : Android.Runtime.IJavaObject, IDisposable

Remarks

This interface can be implemented by any collection-type view which has a notion of progressing through its set of children. The interface exists to give AppWidgetHosts a way of taking responsibility for automatically advancing such collections.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16