I have a compiled library that contains an class "Offers".
I want to use that class in B4A.
Is there any way to directly make this class visible in B4A?
Or do I have to go through the process of writing a wrapper class?
Reason I'm asking is that the library often returns "Offers" objects in a list, and I'd like to avoid going through the whole list and wrapping every single object every time.
I want to use that class in B4A.
Is there any way to directly make this class visible in B4A?
Or do I have to go through the process of writing a wrapper class?
Reason I'm asking is that the library often returns "Offers" objects in a list, and I'd like to avoid going through the whole list and wrapping every single object every time.