public class DeviceModule
extends java.lang.Object
| Constructor and Description |
|---|
DeviceModule(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClosed() |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup parent) |
void |
onOpened() |
void |
onPause() |
void |
onResume() |
void |
onStart() |
void |
onStop() |
static java.lang.String |
truncateAt(java.lang.String string,
int length) |
public static java.lang.String truncateAt(java.lang.String string,
int length)
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup parent)
public void onOpened()
public void onClosed()
public void onResume()
public void onPause()
public void onStart()
public void onStop()