public final class MXHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_MX_ATTACHED
MX reader attached Intent action
|
static String |
ACTION_MX_DETACHED
MX reader detached Intent action
|
static String |
READER_AVAILABLE
MX reader available Intent action
|
Constructor and Description |
---|
MXHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getMXConnectApplicationId(Context context)
Returns the application id (package name) of the MX Connect that is installed on the device
|
static boolean |
isMXConnectInstalled(Context context)
Returns whether MXConnect is installed on the device
|
public static final String ACTION_MX_ATTACHED
public static final String ACTION_MX_DETACHED
public static final String READER_AVAILABLE
public static String getMXConnectApplicationId(Context context)
context
- the application contextpublic static boolean isMXConnectInstalled(Context context)
context
- the application context