Getting Started

Initial configuration

In order to implement our Android SDK You need to add this string to your build.gradle (app) file, dependencies block:

implementation 'com.gitlab.loyale:android-sdk:1.0.1'

📘

Attention!

This is preliminary implementation URL, it will change in the future.

That's basically it, You are ready to use functionality of the SDK!
About the classes and how to make requests see in the next topics.