-
Notifications
You must be signed in to change notification settings - Fork 3
PLibSettingsActivity
Victor Bieszka edited this page Mar 18, 2019
·
1 revision
public final class PLibSettingsActivity
extends android.support.v7.app.AppCompatActivity
This class represents the plib user interface. This class is a classical
Android-
Activity
-class. In order to connect the plib ui into an app, the following
call has to be done (e.g., from the app's settings, this
represents the class of the
app ui, typically an Activity
):
startActivity(new Intent(this, PLibSettingsActivity.class));
Constructor and Description |
---|
PLibSettingsActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
onCreateOptionsMenu(android.view.Menu menu) |
boolean |
onOptionsItemSelected(android.view.MenuItem item) |
static void |
showPlibUi(android.app.Activity activity)
Opens the plib ui.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait
public PLibSettingsActivity()
-
public static void showPlibUi(android.app.Activity activity)
Opens the plib ui.- Parameters:
-
activity
- an UI in form of a sourceActivity
.
-
public boolean onCreateOptionsMenu(android.view.Menu menu)
- Overrides:
-
onCreateOptionsMenu
in classandroid.app.Activity
-
public boolean onOptionsItemSelected(android.view.MenuItem item)
- Overrides:
-
onOptionsItemSelected
in classandroid.app.Activity