I have attached the jar file. I need to include the file in my project and call two java functions there.
PersonaSdk.init (Context applicationContext, String appHash, String userId);
PersonaSdk.showOffers ();
In AndroidManifest.xml
In <application> tag add the following lines:
<activity android:name="ly.persona.sdk.OffersActivity"/>
Need b4a project that compiles without error and doesn't crash at runtime.
PersonaSdk.init (Context applicationContext, String appHash, String userId);
PersonaSdk.showOffers ();
In AndroidManifest.xml
In <application> tag add the following lines:
<activity android:name="ly.persona.sdk.OffersActivity"/>
Need b4a project that compiles without error and doesn't crash at runtime.
Attachments
Last edited: