Android
Requirements
Configuration
Import .aar lib
Internet permission
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.griaule.spidxbutton"> ... <uses-permission android:name="android.permission.INTERNET" /> ... </manifest>
Dependencies
Classes and Methods
Responses
Usage
Add the button in your application layout
Configure the button click listener and call SPIDX API:
Last updated
Was this helpful?

