I am trying to integrate persona.ly's sdk in my app. They have a jar file that we need to include and call 2 functions
The two fuctions I need to call in java are
PersonaSdk.init (Context applicationContext);
PersonaSdk.showOffers();
I have included the jar file in my project. How do I call java functions in those jar files?
The two fuctions I need to call in java are
PersonaSdk.init (Context applicationContext);
PersonaSdk.showOffers();
I have included the jar file in my project. How do I call java functions in those jar files?
Attachments
Last edited: