EmotivLibraryLoader class
import com.emotiv.EmotivLibraryLoader;
Use the EmotivLibraryLoader to load the Cortex library and all its dependencies.
Constructor
public EmotivLibraryLoader(Application applicationContext)
The argument must be an object of type android.app.Application
load
public void load()
This function loads the Cortex library and all its dependencies. You must call it exactly on time. You must call it before calling any function of CortexLib or CortexClient.
Last updated