ZoomButtonsController.SetOnZoomListener 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.
Sets the OnZoomListener
listener that receives callbacks to zoom.
[Android.Runtime.Register("setOnZoomListener", "(Landroid/widget/ZoomButtonsController$OnZoomListener;)V", "GetSetOnZoomListener_Landroid_widget_ZoomButtonsController_OnZoomListener_Handler")]
public virtual void SetOnZoomListener (Android.Widget.ZoomButtonsController.IOnZoomListener? listener);
[<Android.Runtime.Register("setOnZoomListener", "(Landroid/widget/ZoomButtonsController$OnZoomListener;)V", "GetSetOnZoomListener_Landroid_widget_ZoomButtonsController_OnZoomListener_Handler")>]
abstract member SetOnZoomListener : Android.Widget.ZoomButtonsController.IOnZoomListener -> unit
override this.SetOnZoomListener : Android.Widget.ZoomButtonsController.IOnZoomListener -> unit
Parameters
The listener that will be told to zoom.
- Attributes
Remarks
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.