Cortex Library for Mobile
  • Getting Started
  • Objective-C API for iOS
    • CortexLib class
    • CortexClient class
    • CortexClientDelegate protocol
  • Java API for Android
    • EmotivLibraryLoader class
    • CortexLib class
    • CortexClient class
  • Additional JSON methods
    • loginWithAuthenticationCode
    • logout
    • queryVirtualHeadsets
    • createVirtualHeadset
    • deleteVirtualHeadset
    • updateVirtualHeadset
    • triggerVirtualHeadsetEvent
    • Virtual headset object
    • freeUpRecords
  • Release Notes
Powered by GitBook
On this page
  • Constructor
  • load
  1. Java API for Android

EmotivLibraryLoader class

PreviousJava API for AndroidNextCortexLib class

Last updated 4 years ago

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

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 or .

android.app.Application
CortexLib
CortexClient