public abstract class OnObbStateChangeListener extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_ALREADY_MOUNTED |
static int |
ERROR_COULD_NOT_MOUNT |
static int |
ERROR_COULD_NOT_UNMOUNT |
static int |
ERROR_INTERNAL |
static int |
ERROR_NOT_MOUNTED |
static int |
ERROR_PERMISSION_DENIED |
static int |
MOUNTED |
static int |
UNMOUNTED |
| Constructor and Description |
|---|
OnObbStateChangeListener() |
public static final int MOUNTED
public static final int UNMOUNTED
public static final int ERROR_INTERNAL
public static final int ERROR_COULD_NOT_MOUNT
public static final int ERROR_COULD_NOT_UNMOUNT
public static final int ERROR_NOT_MOUNTED
public static final int ERROR_ALREADY_MOUNTED
public static final int ERROR_PERMISSION_DENIED
public void onObbStateChange(String path, int state)
Copyright © 2008-2013. All Rights Reserved.