I’ll try to explain: I want to add another parameter, so that the user who is going to use the library can add a parameter for identification, but I have no idea how to add the input that they can type.
Please let me know if you understand.
You can add parameters to your activity by adding a new property you can mark the property to be required or not. this property will be your user input you can also define the type of the property like string, integer etc.