public class KriptonLibrary extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
THREAD_POOL_SIZE_DEFAULT
The Constant THREAD_POOL_SIZE_DEFAULT.
|
| Constructor and Description |
|---|
KriptonLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static android.content.Context |
getContext()
Context.
|
static ExecutorService |
getExecutorService()
Executor service.
|
static void |
init(android.content.Context contextValue)
Method to invoke during application initialization.
|
static void |
init(android.content.Context contextValue,
ExecutorService service)
Method to invoke during application initialization.
|
public static final int THREAD_POOL_SIZE_DEFAULT
public static android.content.Context getContext()
public static ExecutorService getExecutorService()
public static void init(android.content.Context contextValue)
contextValue - the context valuepublic static void init(android.content.Context contextValue,
ExecutorService service)
contextValue - the context valueexecutorService - the executor serviceCopyright © 2019. All rights reserved.