public class

DroidUxLibrary

extends Object
java.lang.Object
   ↳ com.droidux.core.components.DroidUxLibrary

Class Overview

A class to manage the registration of the component library.

Every application that is using the component library, needs to register and initialize the library by calling the register(String, Application).

Summary

Public Methods
static void register(String licenseKey, Application context)
Registers and initialize the component library for use by the Application with the specified licenseKey.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void register (String licenseKey, Application context)

Since: API Level 3.0

Registers and initialize the component library for use by the Application with the specified licenseKey.

Parameters
licenseKey The key to validate your license. This is required. If it's null or if the given licenseKey is not valid, an exception will be thrown.
context The Application using the library.