public class ViewUsersModalSheetFragment
extends BottomSheetDialogFragment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMAGE_URLS
Keys for values passed as arguments to the fragment
|
private BottomSheetBehavior.BottomSheetCallback |
mBottomSheetBehaviorCallback
Handles interactions with the list of subscribed users
|
static java.lang.String |
NETWORK_ID
Keys for values passed as arguments to the fragment
|
(package private) RequestQueue |
queue
Queue for asynchronous tasks
|
static java.lang.String |
USER_IDS
Keys for values passed as arguments to the fragment
|
static java.lang.String |
USER_NAMES
Keys for values passed as arguments to the fragment
|
Constructor and Description |
---|
ViewUsersModalSheetFragment() |
Modifier and Type | Method and Description |
---|---|
void |
setupDialog(android.app.Dialog dialog,
int style)
Create and configure
View from R.layout#rv_container . |
public static final java.lang.String USER_NAMES
public static final java.lang.String IMAGE_URLS
public static final java.lang.String USER_IDS
public static final java.lang.String NETWORK_ID
RequestQueue queue
private BottomSheetBehavior.BottomSheetCallback mBottomSheetBehaviorCallback
public void setupDialog(android.app.Dialog dialog, int style)
View
from R.layout#rv_container
. Populate the fields
in that View
with the result of
API.Get#networkUsers(RequestQueue, long, Response.Listener)
dialog
- Dialog
whose contents will be set using the View
inflated from
R.layout#rv_container
style
- Not used