Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

xamarin android binding interface method more than 16 parameter how to deal with delegate #631

Description

@jingliancui

AndroidApp.zip the java code library sample i create

interfacelongmethodlibrary-debug.zip the java code library aar file i create

Steps to Reproduce

  1. Use Vs to create an binding project
  2. add this .aar file
  3. build
    4.show more than 16 parameter warning and method doesn't generated

I know how to deal the class with this warning,
But it's has an invoker of the interface,I didn't know how to deal with this situation.

Expect:
1.create a class inherited from this interface within the client project(Xamarin.android project).
2.invoke the Client Class' method to trigger the customer interface method.

Metadata

Metadata

Assignees

Labels

enhancementProposed change to current functionalitygeneratorIssues binding a Java library (generator, class-parse, etc.)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions