Gallery.SetCallbackDuringFling(Boolean) 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.
Caution
deprecated
Whether or not to callback on any #getOnItemSelectedListener()
while the items are being flinged.
[Android.Runtime.Register("setCallbackDuringFling", "(Z)V", "GetSetCallbackDuringFling_ZHandler")]
[System.Obsolete("deprecated")]
public virtual void SetCallbackDuringFling (bool shouldCallback);
[<Android.Runtime.Register("setCallbackDuringFling", "(Z)V", "GetSetCallbackDuringFling_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetCallbackDuringFling : bool -> unit
override this.SetCallbackDuringFling : bool -> unit
Parameters
- shouldCallback
- Boolean
Whether or not to callback on the listener while the items are being flinged.
- Attributes
Remarks
Java documentation for android.widget.Gallery.setCallbackDuringFling(boolean).
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.