YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
de.yaacc.browser.PlayerListFragment Class Reference

Activity for browsing devices and folders. More...

Inheritance diagram for de.yaacc.browser.PlayerListFragment:
Inheritance graph
Collaboration diagram for de.yaacc.browser.PlayerListFragment:
Collaboration graph

Public Member Functions

void onResume ()
 
void onSaveInstanceState (@NonNull Bundle outState)
 
void onCreate (Bundle savedInstanceState)
 
boolean onBackPressed ()
 If you return true the back press will not be taken into account, otherwise the activity will act naturally.
 
void deviceAdded (Device<?, ?, ?> device)
 
void deviceRemoved (Device<?, ?, ?> device)
 
void deviceUpdated (Device<?, ?, ?> device)
 
void receiverDeviceRemoved (Device<?, ?, ?> device)
 
void receiverDeviceAdded (Device<?, ?, ?> device)
 
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onViewCreated (View view, Bundle savedInstanceState)
 

Protected Attributes

RecyclerView contentList
 

Detailed Description

Activity for browsing devices and folders.

Represents the entrypoint for the whole application.

Author
Tobias Schoene (the openbit)

Member Function Documentation

◆ onBackPressed()

boolean de.yaacc.browser.PlayerListFragment.onBackPressed ( )

If you return true the back press will not be taken into account, otherwise the activity will act naturally.

Returns
true if your processing has priority if not false

Implements de.yaacc.browser.OnBackPressedListener.


The documentation for this class was generated from the following file: