LibraryLoader
object LibraryLoader
Types
Link copied to clipboard
interface LibraryLoaderListener
Functions
Link copied to clipboard
Load a native library synchronously on the current thread.
Load a native library asynchronously, and notify via a listener. The actual library loading is done on the main thread to avoid crashes due to page alignment issues in background threads.