Android Question Needs to call 2 functions in an external jar

rudystyle

Member
Licensed User
Longtime User
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?
 

Attachments

  • personasdk1.1.jar
    13.5 KB · Views: 231
Last edited:
Top