public class BelvedereUi
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BelvedereUi.ImageStreamBuilder |
static class |
BelvedereUi.UiConfig |
| Constructor and Description |
|---|
BelvedereUi() |
| Modifier and Type | Method and Description |
|---|---|
static BelvedereUi.ImageStreamBuilder |
imageStream(android.content.Context context)
Gets the builder for showing the ImageStream.
|
static ImageStream |
install(AppCompatActivity activity)
Install the ImageStream to an
AppCompatActivity |
static void |
showDialog(FragmentManager fm,
java.util.List<MediaIntent> mediaIntent)
Show the Belvedere dialog to the user
|
static void |
showDialog(FragmentManager fm,
MediaIntent... mediaIntent)
Show the Belvedere dialog to the user
|
public static BelvedereUi.ImageStreamBuilder imageStream(android.content.Context context)
public static ImageStream install(AppCompatActivity activity)
AppCompatActivityactivity - the activity that will show the ImageStreamImageStreampublic static void showDialog(FragmentManager fm,
java.util.List<MediaIntent> mediaIntent)
fm - a valid FragmentManagermediaIntent - a list of MediaIntentpublic static void showDialog(FragmentManager fm,
MediaIntent... mediaIntent)
fm - a valid FragmentManagermediaIntent - a list of MediaIntent