Skip to content

[Material] Slider.addOnChangeListener binding missing #230

@tipa

Description

@tipa

Version Information

  • Visual Studio version (eg. 16.8 or 8.8): 16.8.3
  • Xamarin.Android version (eg. 11.1): 11.1
  • Using AndroidX or Support Libraries: Xamarin.Google.Android.Material 1.2.1.1

Describe your Issue:

Slider.IOnChangeListener is bound, but there is no way to add it to the Slider class, the addOnChangeListener method hasn't been bound

Steps to Reproduce (with link to sample solution if possible):

var slider = FindViewById<Google.Android.Material.Slider>(Resource.Id.my_slider);
slider.addOnChangeListener(listener); // compile error
slider.Change += Slider_Changed; // compile error

Metadata

Metadata

Assignees

No one assigned

    Labels

    missing-apiJava types/members not available in binding

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions