All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.rakam.api.Rakam Maven / Gradle / Ivy

There is a newer version: 2.7.14
Show newest version
package io.rakam.api;

import android.content.Context;

import org.json.JSONObject;


/**
 * 

Rakam

* This is the main Rakam class that manages SDK instances. * * @see RakamClient RakamClient */ public class Rakam { /** * Gets the default instance. This is the only method you should be calling on the * Rakam class. * * @return the default instance */ public static RakamClient getInstance() { return RakamClient.getInstance(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy