public class ContextHolder extends Object
You can set this within an activity using ContextHolder.setContext(this);
| Modifier and Type | Method | Description |
|---|---|---|
static android.content.Context |
getContext() |
|
static void |
setContext(android.content.Context context) |
public static android.content.Context getContext()
public static void setContext(android.content.Context context)
context - The Android context to use to be able to scan assets and classes for migrations.Copyright © 2018. All rights reserved.